From d57153cf29bbb792fbefdd3d583abc390de7ac5f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 14 Sep 2018 11:57:50 +0200 Subject: [PATCH] More restrictive cleaning to /var/lib/rancher/rke/log --- .../rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md b/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md index 4d9c627eedd..54526a4dffa 100644 --- a/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md +++ b/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md @@ -75,7 +75,7 @@ Directories | `/var/lib/etcd` | `/var/lib/cni` | `/var/lib/kubelet` | -`/var/lib/rancher` | +`/var/lib/rancher/rke/log` | `/var/log/containers` | `/var/log/pods` | `/var/run/calico` | @@ -95,7 +95,7 @@ rm -rf /etc/ceph \ /var/lib/etcd \ /var/lib/cni \ /var/lib/kubelet \ - /var/lib/rancher \ + /var/lib/rancher/rke/log \ /var/log/containers \ /var/log/pods \ /var/run/calico @@ -186,4 +186,4 @@ Chains | iptables -L -t nat iptables -L -t mangle iptables -L -``` \ No newline at end of file +```