Skip to content

Commit 1aa3051

Browse files
committed
Fix helm readme
1 parent ef071a5 commit 1aa3051

File tree

1 file changed

+3
-0
lines changed
  • config/helm/aws-node-termination-handler

1 file changed

+3
-0
lines changed

config/helm/aws-node-termination-handler/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ The configuration in this table applies to AWS Node Termination Handler in queue
120120
| `managedAsgTag` | [DEPRECATED](Use `managedTag` instead) The node tag to check if `checkASGTagBeforeDraining` is `true`.
121121
| `useProviderId` | If `true`, fetch node name through Kubernetes node spec ProviderID instead of AWS event PrivateDnsHostname. | `false` |
122122
| `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 | `[]` |
123+
| `heartbeatInterval` | The time period in seconds between consecutive heartbeat signals. Valid range: 30-3600 seconds (30 seconds to 1 hour). | `-1` |
124+
| `heartbeatUntil` | The duration in seconds over which heartbeat signals are sent. Valid range: 60-172800 seconds (1 minute to 48 hours). | `-1` |
125+
123126
### IMDS Mode Configuration
124127

125128
The configuration in this table applies to AWS Node Termination Handler in IMDS mode.

0 commit comments

Comments
 (0)