File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ Also calling `kubeadm upgrade plan` and upgrading the CNI provider plugin is no
208
208
- Bring the node back online by marking it schedulable:
209
209
210
210
``` 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 >
213
213
```
214
214
215
215
## Upgrade worker nodes
@@ -289,8 +289,8 @@ without compromising the minimum required capacity for running your workloads.
289
289
- Bring the node back online by marking it schedulable:
290
290
291
291
``` 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 >
294
294
```
295
295
296
296
## Verify the status of the cluster
You can’t perform that action at this time.
0 commit comments