Updated and squashed two commits
Update kubeadm-upgrade.md Updated kubeadm-upgrade Signed-off-by: Bishal Das <bishalhnj127@gmail.com>pull/37521/head
parent
423150d6f2
commit
8a0ca839d2
|
@ -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:
|
- Bring the node back online by marking it schedulable:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# replace <node-to-drain> with the name of your node
|
# replace <node-to-uncordon> with the name of your node
|
||||||
kubectl uncordon <node-to-drain>
|
kubectl uncordon <node-to-uncordon>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrade worker nodes
|
## 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:
|
- Bring the node back online by marking it schedulable:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# replace <node-to-drain> with the name of your node
|
# replace <node-to-uncordon> with the name of your node
|
||||||
kubectl uncordon <node-to-drain>
|
kubectl uncordon <node-to-uncordon>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verify the status of the cluster
|
## Verify the status of the cluster
|
||||||
|
|
Loading…
Reference in New Issue