Skip to content

Commit 8b6d843

Browse files
authored
Document that deleteLocalData defaults to true, not false (#350)
Fixes #349
1 parent e0260bd commit 8b6d843

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The configuration in this table applies to both queue-processor mode and IMDS mo
5454

5555
Parameter | Description | Default
5656
--- | --- | ---
57-
`deleteLocalData` | Tells kubectl to continue even if there are pods using emptyDir (local data that will be deleted when the node is drained). | `false`
57+
`deleteLocalData` | Tells kubectl to continue even if there are pods using emptyDir (local data that will be deleted when the node is drained). | `true`
5858
`gracePeriod` | (DEPRECATED: Renamed to podTerminationGracePeriod) The time in seconds given to each pod to terminate gracefully. If negative, the default value specified in the pod will be used. | `30`
5959
`podTerminationGracePeriod` | The time in seconds given to each pod to terminate gracefully. If negative, the default value specified in the pod will be used. | `30`
6060
`nodeTerminationGracePeriod` | Period of time in seconds given to each NODE to terminate gracefully. Node draining will be scheduled based on this value to optimize the amount of compute time, but still safely drain the node before an event. | `120`

0 commit comments

Comments
 (0)