Skip to content

Commit fd4e76c

Browse files
authored
Merge pull request #42088 from my-git9/path-26177
[zh-cn] sync change-runtime-containerd.md
2 parents c7b4453 + 3f59955 commit fd4e76c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ Run `kubectl get nodes -o wide` and containerd appears as the runtime for the no
226226
{{% thirdparty-content %}}
227227

228228
<!--
229-
Finally if everything goes well, remove Docker.
229+
If the node appears healthy, remove Docker.
230230
-->
231-
最后,在一切顺利时删除 Docker。
231+
如果节点显示正常,删除 Docker。
232232

233233
{{< tabs name="tab-remove-docker-engine" >}}
234234
{{% tab name="CentOS" %}}
@@ -272,3 +272,17 @@ Docker 所提供的卸载 Docker Engine 命令指导中,存在删除 container
272272
在执行命令时要谨慎。
273273
{{< /caution >}}
274274

275+
<!--
276+
## Uncordon the node
277+
-->
278+
## uncordon 节点
279+
280+
```shell
281+
kubectl uncordon <node-to-uncordon>
282+
```
283+
284+
<!--
285+
Replace `<node-to-uncordon>` with the name of your node you previously drained.
286+
-->
287+
288+
`<node-to-uncordon>` 替换为你之前腾空的节点的名称。

0 commit comments

Comments
 (0)