Updated and squashed two commits

Update kubeadm-upgrade.md

Updated kubeadm-upgrade

Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
pull/37521/head
Bishal das 2022-10-25 23:26:42 +05:30 committed by Bishal Das
parent 423150d6f2
commit 8a0ca839d2
1 changed files with 4 additions and 4 deletions

View File

@ -208,8 +208,8 @@ Also calling `kubeadm upgrade plan` and upgrading the CNI provider plugin is no
- Bring the node back online by marking it schedulable:
```shell
# replace <node-to-drain> with the name of your node
kubectl uncordon <node-to-drain>
# replace <node-to-uncordon> with the name of your node
kubectl uncordon <node-to-uncordon>
```
## Upgrade worker nodes
@ -289,8 +289,8 @@ without compromising the minimum required capacity for running your workloads.
- Bring the node back online by marking it schedulable:
```shell
# replace <node-to-drain> with the name of your node
kubectl uncordon <node-to-drain>
# replace <node-to-uncordon> with the name of your node
kubectl uncordon <node-to-uncordon>
```
## Verify the status of the cluster