Skip to content

Commit 6eee609

Browse files
committed
update MNG pod drain timeout
1 parent d06ef7e commit 6eee609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest/ug/nodes/delete-managed-node-group.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This topic describes how you can delete an Amazon EKS managed node group.
1212

1313
This topic describes how you can delete an Amazon EKS managed node group. When you delete a managed node group, Amazon EKS first sets the minimum, maximum, and desired size of your Auto Scaling group to zero. This then causes your node group to scale down.
1414

15-
Before each instance is terminated, Amazon EKS sends a signal to drain the Pods from that node. If the Pods haven't drained after a few minutes, Amazon EKS lets Auto Scaling continue the termination of the instance. After every instance is terminated, the Auto Scaling group is deleted.
15+
Before each instance is terminated, Amazon EKS sends a signal to drain that node. During the drain process, Kubernetes does the following for each pod on the node: runs any configured `preStop` lifecycle hooks, sends `SIGTERM` signals to the containers, then waits for the `terminationGracePeriodSeconds` for graceful shutdown. If the node hasn't been drained after 5 minutes, Amazon EKS lets Auto Scaling continue the forced termination of the instance. After all instances have been terminated, the Auto Scaling group is deleted.
1616

1717
[IMPORTANT]
1818
====

0 commit comments

Comments
 (0)