diff --git a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md b/content/rke/v0.1.x/en/installation/managing-clusters/_index.md index 00f242b7ca2..b4abbf17020 100644 --- a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md +++ b/content/rke/v0.1.x/en/installation/managing-clusters/_index.md @@ -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