Merge pull request #31227 from DanStough/remove-kubeadm-clusterstatus
kubeadm: remove ClusterStatus references
This commit is contained in:
@@ -41,8 +41,6 @@ For control-plane nodes additional steps are performed:
|
|||||||
|
|
||||||
1. Adding new local etcd member.
|
1. Adding new local etcd member.
|
||||||
|
|
||||||
1. Adding this node to the ClusterStatus of the kubeadm cluster.
|
|
||||||
|
|
||||||
### Using join phases with kubeadm {#join-phases}
|
### Using join phases with kubeadm {#join-phases}
|
||||||
|
|
||||||
Kubeadm allows you join a node to the cluster in phases using `kubeadm join phase`.
|
Kubeadm allows you join a node to the cluster in phases using `kubeadm join phase`.
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ Performs a best effort revert of changes made by `kubeadm init` or `kubeadm join
|
|||||||
|
|
||||||
`kubeadm reset` is responsible for cleaning up a node local file system from files that were created using
|
`kubeadm reset` is responsible for cleaning up a node local file system from files that were created using
|
||||||
the `kubeadm init` or `kubeadm join` commands. For control-plane nodes `reset` also removes the local stacked
|
the `kubeadm init` or `kubeadm join` commands. For control-plane nodes `reset` also removes the local stacked
|
||||||
etcd member of this node from the etcd cluster and also removes this node's information from the kubeadm
|
etcd member of this node from the etcd cluster.
|
||||||
`ClusterStatus` object. `ClusterStatus` is a kubeadm managed Kubernetes API object that holds a list of kube-apiserver endpoints.
|
|
||||||
|
|
||||||
`kubeadm reset phase` can be used to execute the separate phases of the above workflow.
|
`kubeadm reset phase` can be used to execute the separate phases of the above workflow.
|
||||||
To skip a list of phases you can use the `--skip-phases` flag, which works in a similar way to
|
To skip a list of phases you can use the `--skip-phases` flag, which works in a similar way to
|
||||||
|
|||||||
Reference in New Issue
Block a user