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
|`targetNodeOs`| Space separated list of node OS's to target (e.g. `"linux"`, `"windows"`, `"linux windows"`). Windows support is **EXPERIMENTAL**. |`"linux"`|
128
128
|`linuxPodLabels`| Labels to add to each Linux pod. |`{}`|
129
129
|`windowsPodLabels`| Labels to add to each Windows pod. |`{}`|
@@ -153,7 +153,7 @@ The configuration in this table applies to AWS Node Termination Handler in IMDS
153
153
|`enableProbesServer`| If `true`, start an http server exposing `/healthz` endpoint for probes. |`false`|
154
154
|`metadataTries`| The number of times to try requesting metadata. |`3`|
155
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. |`false`|
156
+
|`enableScheduledEventDraining`| If `true`, drain nodes before the maintenance window starts for an EC2 instance scheduled event. |`true`|
157
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
158
|`enableRebalanceDraining`| If `true`, drain nodes when the rebalance recommendation notice is received. |`false`|
0 commit comments