File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ Run `kubectl get nodes -o wide` and containerd appears as the runtime for the no
226
226
{{% thirdparty-content %}}
227
227
228
228
<!--
229
- Finally if everything goes well , remove Docker.
229
+ If the node appears healthy , remove Docker.
230
230
-->
231
- 最后,在一切顺利时删除 Docker。
231
+ 如果节点显示正常,删除 Docker。
232
232
233
233
{{< tabs name="tab-remove-docker-engine" >}}
234
234
{{% tab name="CentOS" %}}
@@ -272,3 +272,17 @@ Docker 所提供的卸载 Docker Engine 命令指导中,存在删除 container
272
272
在执行命令时要谨慎。
273
273
{{< /caution >}}
274
274
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> ` 替换为你之前腾空的节点的名称。
You can’t perform that action at this time.
0 commit comments