You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`checkASGTagBeforeDraining` | If true, check that the instance is tagged with "aws-node-termination-handler/managed" as the key before draining the node | `true`
99
99
`managedAsgTag` | The tag to ensure is on a node if checkASGTagBeforeDraining is true | `aws-node-termination-handler/managed`
100
100
`workers` | The maximum amount of parallel event processors | `10`
101
+
`replicas` | The number of replicas in the NTH deployment when using queue-processor mode (NOTE: increasing replicas may cause duplicate webhooks since NTH pods are stateless)
Copy file name to clipboardExpand all lines: config/helm/aws-node-termination-handler/values.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -216,3 +216,6 @@ useHostNetwork: true
216
216
217
217
# The maximal amount of parallel event processors to handle concurrent events
218
218
workers: 10
219
+
220
+
# The number of replicas in the NTH deployment when using queue-processor mode (NOTE: increasing this may cause duplicate webhooks since NTH pods are stateless)
0 commit comments