mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Describe more what rke remove does
This commit is contained in:
committed by
Denise
parent
9fac261fc5
commit
c02e6e3679
@@ -25,8 +25,16 @@ In order to remove the Kubernetes components from nodes, you use the `rke remove
|
||||
|
||||
This command does the following to each node in the `cluster.yml`:
|
||||
|
||||
- Remove the Kubernetes component deployed on it
|
||||
- `etcd`
|
||||
- `kube-apiserver`
|
||||
- `kube-controller-manager`
|
||||
- `kubelet`
|
||||
- `kube-proxy`
|
||||
- `nginx-proxy`
|
||||
|
||||
> **Note:** Pods are not removed from the nodes. If the node is re-used, the pods will automatically be removed when the new Kubernetes cluster is created.
|
||||
|
||||
- Remove the Kubernetes services deployed on it
|
||||
- Clean each host from the directories left by the services:
|
||||
- /etc/kubernetes/ssl
|
||||
- /var/lib/etcd
|
||||
|
||||
Reference in New Issue
Block a user