Merge pull request #37521 from bishal7679/patch-9
Updated `<node-to-drain>` to `<node-to-uncordon>` in kubeadm-upgrade
This commit is contained in:
commit
1727b822c8
|
|
@ -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