Skip to content

Commit 1727b82

Browse files
authored
Merge pull request #37521 from bishal7679/patch-9
Updated `<node-to-drain>` to `<node-to-uncordon>` in kubeadm-upgrade
2 parents c801c02 + 8a0ca83 commit 1727b82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Also calling `kubeadm upgrade plan` and upgrading the CNI provider plugin is no
208208
- Bring the node back online by marking it schedulable:
209209

210210
```shell
211-
# replace <node-to-drain> with the name of your node
212-
kubectl uncordon <node-to-drain>
211+
# replace <node-to-uncordon> with the name of your node
212+
kubectl uncordon <node-to-uncordon>
213213
```
214214

215215
## Upgrade worker nodes
@@ -289,8 +289,8 @@ without compromising the minimum required capacity for running your workloads.
289289
- Bring the node back online by marking it schedulable:
290290

291291
```shell
292-
# replace <node-to-drain> with the name of your node
293-
kubectl uncordon <node-to-drain>
292+
# replace <node-to-uncordon> with the name of your node
293+
kubectl uncordon <node-to-uncordon>
294294
```
295295

296296
## Verify the status of the cluster

0 commit comments

Comments
 (0)