Skip to content

Commit 4030f7f

Browse files
committed
kubeadm: remove ClusterStatus references
1 parent 409590a commit 4030f7f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ For control-plane nodes additional steps are performed:
4141

4242
1. Adding new local etcd member.
4343

44-
1. Adding this node to the ClusterStatus of the kubeadm cluster.
45-
4644
### Using join phases with kubeadm {#join-phases}
4745

4846
Kubeadm allows you join a node to the cluster in phases using `kubeadm join phase`.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Performs a best effort revert of changes made by `kubeadm init` or `kubeadm join
1616

1717
`kubeadm reset` is responsible for cleaning up a node local file system from files that were created using
1818
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.
2120

2221
`kubeadm reset phase` can be used to execute the separate phases of the above workflow.
2322
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)