File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ For control-plane nodes additional steps are performed:
41
41
42
42
1 . Adding new local etcd member.
43
43
44
- 1 . Adding this node to the ClusterStatus of the kubeadm cluster.
45
-
46
44
### Using join phases with kubeadm {#join-phases}
47
45
48
46
Kubeadm allows you join a node to the cluster in phases using ` kubeadm join phase ` .
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ Performs a best effort revert of changes made by `kubeadm init` or `kubeadm join
16
16
17
17
` kubeadm reset ` is responsible for cleaning up a node local file system from files that were created using
18
18
the ` kubeadm init ` or ` kubeadm join ` commands. For control-plane nodes ` reset ` also removes the local stacked
19
- etcd member of this node from the etcd cluster and also removes this node's information from the kubeadm
20
- ` ClusterStatus ` object. ` ClusterStatus ` is a kubeadm managed Kubernetes API object that holds a list of kube-apiserver endpoints.
19
+ etcd member of this node from the etcd cluster.
21
20
22
21
` kubeadm reset phase ` can be used to execute the separate phases of the above workflow.
23
22
To skip a list of phases you can use the ` --skip-phases ` flag, which works in a similar way to
You can’t perform that action at this time.
0 commit comments