Skip to content

Commit a17face

Browse files
authored
Add uncordon step to containerd migration doc (#41796)
* Add uncordon step Added a step to uncordon the node since it was drained at the beginning of this process. * Update change-runtime-containerd.md One more edit to the wording * Move the uncordon step to the end and reword previous step.
1 parent bdea620 commit a17face

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Run `kubectl get nodes -o wide` and containerd appears as the runtime for the no
133133

134134
{{% thirdparty-content %}}
135135

136-
Finally if everything goes well, remove Docker.
136+
If the node appears healthy, remove Docker.
137137

138138
{{< tabs name="tab-remove-docker-engine" >}}
139139
{{% tab name="CentOS" %}}
@@ -168,3 +168,11 @@ To delete them, follow Docker's instructions to [Uninstall Docker Engine](https:
168168
{{< caution >}}
169169
Docker's instructions for uninstalling Docker Engine create a risk of deleting containerd. Be careful when executing commands.
170170
{{< /caution >}}
171+
172+
## Uncordon the node
173+
174+
```shell
175+
kubectl uncordon <node-to-uncordon>
176+
```
177+
178+
Replace `` with the name of your node you previously drained.

0 commit comments

Comments
 (0)