Skip to content

Commit 7a2ab24

Browse files
Cluster upgrade pod eviction timeout aligning with k8s timeout
The default pop eviction time during drain mode is mentioned 30 minutes, whereas this is mentioned as 5 minutes in k8s documentation: https://kubernetes.io/docs/concepts/architecture/nodes/#condition Please validate and approve the change if this is typo
1 parent fd61d24 commit 7a2ab24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Tags : {}
190190
When you upgrade your cluster, the following Kubenetes events may occur on each node:
191191

192192
* Surge – Create surge node.
193-
* Drain – Pods are being evicted from the node. Each pod has a 30 minute timeout to complete the eviction.
193+
* Drain – Pods are being evicted from the node. Each pod has a 5 minute timeout to complete the eviction.
194194
* Update – Update of a node has succeeded or failed.
195195
* Delete – Deleted a surge node.
196196

0 commit comments

Comments
 (0)