Skip to content

Commit b96ec12

Browse files
authored
Update upgrade-cluster.md
I think the sentence 'Drain – Pods are being evicted from the node. Each pod has a 30-seconds timeout to complete the eviction.' might be wrong. Pods are showing 'terminationGracePeriodSeconds: 30', which means 30 seconds. That's because I'm suggesting the new sentence: 'Drain – Pods are being evicted from the node. Each pod has a 30-seconds timeout to complete the eviction.'
1 parent f8876e3 commit b96ec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To confirm that the upgrade was successful, navigate to your AKS cluster in the
250250
When you upgrade your cluster, the following Kubernetes events may occur on each node:
251251

252252
- Surge – Create surge node.
253-
- Drain – Pods are being evicted from the node. Each pod has a 30-minute timeout to complete the eviction.
253+
- Drain – Pods are being evicted from the node. Each pod has a 30-seconds timeout to complete the eviction.
254254
- Update – Update of a node has succeeded or failed.
255255
- Delete – Deleted a surge node.
256256

0 commit comments

Comments
 (0)