File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ The upgrade workflow at high level is the following:
37
37
38
38
### Additional information
39
39
40
- - [ Draining nodes] ( /docs/tasks/administer-cluster/safely-drain-node/ ) before kubelet MINOR version
41
- upgrades is required. In the case of control plane nodes, they could be running CoreDNS Pods or other critical workloads.
40
+ - The instructions below outline when to drain each node during the upgrade process.
41
+ If you are performing a ** minor** version upgrade for any kubelet, you ** must**
42
+ first drain the node (or nodes) that you are upgrading. In the case of control plane nodes,
43
+ they could be running CoreDNS Pods or other critical workloads. For more information see
44
+ [ Draining nodes] ( /docs/tasks/administer-cluster/safely-drain-node/ ) .
42
45
- All containers are restarted after upgrade, because the container spec hash value is changed.
43
46
44
47
<!-- steps -->
You can’t perform that action at this time.
0 commit comments