Skip to content

Commit 503e0cf

Browse files
authored
Merge pull request #32748 from my-git9/kubeadm-reset
[zh]Update kubeadm-reset.md
2 parents 5b507df + 8a485f1 commit 503e0cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/reference/setup-tools/kubeadm/kubeadm-reset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ weight: 60
2626

2727
<!-- `kubeadm reset` is responsible for cleaning up a node local file system from files that were created using
2828
the `kubeadm init` or `kubeadm join` commands. For control-plane nodes `reset` also removes the local stacked
29-
etcd member of this node from the etcd cluster and also removes this node's information from the kubeadm
30-
`ClusterStatus` object. `ClusterStatus` is a kubeadm managed Kubernetes API object that holds a list of kube-apiserver endpoints. -->
31-
`kubeadm reset` 负责从使用 `kubeadm init``kubeadm join` 命令创建的文件中清除节点本地文件系统。对于控制平面节点,`reset` 还从 etcd 集群中删除该节点的本地 etcd 堆成员,还从 kubeadm `ClusterStatus` 对象中删除该节点的信息。
32-
`ClusterStatus` 是一个 kubeadm 管理的 Kubernetes API 对象,该对象包含 kube-apiserver 端点列表
29+
etcd member of this node from the etcd cluster.
30+
-->
31+
`kubeadm reset` 负责从使用 `kubeadm init``kubeadm join` 命令创建的文件中清除节点本地文件系统。
32+
对于控制平面节点,`reset` 还从 etcd 集群中删除该节点的本地 etcd Stacked 部署的成员
3333

3434
<!-- `kubeadm reset phase` can be used to execute the separate phases of the above workflow.
3535
To skip a list of phases you can use the `--skip-phases` flag, which works in a similar way to

0 commit comments

Comments
 (0)