From c02e6e36793fb16b67152552b534ceb569599549 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 1 Aug 2018 14:12:07 +0200 Subject: [PATCH] Describe more what rke remove does --- .../v0.1.x/en/installation/managing-clusters/_index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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