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
Copy file name to clipboardExpand all lines: config/helm/aws-node-termination-handler/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,12 +150,12 @@ The configuration in this table applies to AWS Node Termination Handler in IMDS
150
150
|`daemonsetTolerations`| Tolerations for DaemonSet pod assignment. For backwards compatibility the `tolerations` has priority over this but shouldn't be used. |`[]`|
151
151
|`linuxTolerations`| Override `daemonsetTolerations` for the Linux DaemonSet. |`[]`|
152
152
|`windowsTolerations`| Override `daemonsetTolerations` for the Linux DaemonSet. |`[]`|
153
-
|`enableProbesServer`| If `true`, start an http server exposing `/healthz` endpoint for probes. |`false`|
153
+
|`enableProbesServer`| If `true`, start an http server exposing `/healthz` endpoint for probes. Only used in IMDS mode.|`false`|
154
154
|`metadataTries`| The number of times to try requesting metadata. |`3`|
155
-
|`enableSpotInterruptionDraining`| If `true`, drain nodes when the spot interruption termination notice is received. |`true`|
156
-
|`enableScheduledEventDraining`| If `true`, drain nodes before the maintenance window starts for an EC2 instance scheduled event. |`true`|
157
-
|`enableRebalanceMonitoring`| If `true`, cordon nodes when the rebalance recommendation notice is received. If you'd like to drain the node in addition to cordoning, then also set `enableRebalanceDraining`. |`false`|
158
-
|`enableRebalanceDraining`| If `true`, drain nodes when the rebalance recommendation notice is received. |`false`|
155
+
|`enableSpotInterruptionDraining`| If `true`, drain nodes when the spot interruption termination notice is received. Only used in IMDS mode.|`true`|
156
+
|`enableScheduledEventDraining`| If `true`, drain nodes before the maintenance window starts for an EC2 instance scheduled event. Only used in IMDS mode.|`true`|
157
+
|`enableRebalanceMonitoring`| If `true`, cordon nodes when the rebalance recommendation notice is received. If you'd like to drain the node in addition to cordoning, then also set `enableRebalanceDraining`. Only used in IMDS mode.|`false`|
158
+
|`enableRebalanceDraining`| If `true`, drain nodes when the rebalance recommendation notice is received. Only used in IMDS mode.|`false`|
Copy file name to clipboardExpand all lines: config/helm/aws-node-termination-handler/values.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -259,22 +259,22 @@ daemonsetTolerations:
259
259
linuxTolerations: []
260
260
windowsTolerations: []
261
261
262
-
# If the probes server is running for the Daemonset
262
+
# If the probes server is running for the Daemonset. Only used in IMDS mode.
263
263
enableProbesServer: false
264
264
265
265
# Total number of times to try making the metadata request before failing.
266
266
metadataTries: 3
267
267
268
-
# enableSpotInterruptionDraining If false, do not drain nodes when the spot interruption termination notice is received
268
+
# enableSpotInterruptionDraining If false, do not drain nodes when the spot interruption termination notice is received. Only used in IMDS mode.
269
269
enableSpotInterruptionDraining: true
270
270
271
-
# enableScheduledEventDraining If false, do not drain nodes before the maintenance window starts for an EC2 instance scheduled event
271
+
# enableScheduledEventDraining If false, do not drain nodes before the maintenance window starts for an EC2 instance scheduled event. Only used in IMDS mode.
272
272
enableScheduledEventDraining: true
273
273
274
-
# enableRebalanceMonitoring If true, cordon nodes when the rebalance recommendation notice is received
274
+
# enableRebalanceMonitoring If true, cordon nodes when the rebalance recommendation notice is received. Only used in IMDS mode.
275
275
enableRebalanceMonitoring: false
276
276
277
-
# enableRebalanceDraining If true, drain nodes when the rebalance recommendation notice is received
277
+
# enableRebalanceDraining If true, drain nodes when the rebalance recommendation notice is received. Only used in IMDS mode.
0 commit comments