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
+3
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ The configuration in this table applies to AWS Node Termination Handler in queue
121
121
| `managedAsgTag` | [DEPRECATED](Use `managedTag` instead) The node tag to check if `checkASGTagBeforeDraining` is `true`.
122
122
|`useProviderId`| If `true`, fetch node name through Kubernetes node spec ProviderID instead of AWS event PrivateDnsHostname. |`false`|
123
123
|`topologySpreadConstraints`|[Topology Spread Constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) for pod scheduling. Useful with a highly available deployment to reduce the risk of running multiple replicas on the same Node |`[]`|
124
+
|`heartbeatInterval`| The time period in seconds between consecutive heartbeat signals. Valid range: 30-3600 seconds (30 seconds to 1 hour). |`-1`|
125
+
|`heartbeatUntil`| The duration in seconds over which heartbeat signals are sent. Valid range: 60-172800 seconds (1 minute to 48 hours). |`-1`|
126
+
124
127
### IMDS Mode Configuration
125
128
126
129
The configuration in this table applies to AWS Node Termination Handler in IMDS mode.
# deleteSqsMsgIfNodeNotFound If true, delete the SQS Message from the SQS Queue if the targeted node(s) are not found. Only used in Queue Processor mode.
289
289
deleteSqsMsgIfNodeNotFound: false
290
290
291
+
# The time period in seconds between consecutive heartbeat signals. Valid range: 30-3600 seconds (30 seconds to 1 hour).
292
+
heartbeatInterval: -1
293
+
294
+
# The duration in seconds over which heartbeat signals are sent. Valid range: 60-172800 seconds (1 minute to 48 hours).
0 commit comments