From c295a4205db424bb43461454c1d6e3bc72999092 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Thu, 11 Jul 2024 19:25:50 -0600 Subject: [PATCH] Update clean-cluster-nodes.md to point to RKE2 specific docs When cleaning nodes for re-use which were deployed manually with RKE2, the process differs slightly. This is more important in reverse so I'm editing that doc as well. I think there's like a note callout or something that might be better? --- .../new-user-guides/manage-clusters/clean-cluster-nodes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes.md b/docs/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes.md index 482f5bf22ef..0f40d028f3a 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes.md @@ -183,7 +183,8 @@ for mount in $(mount | grep tmpfs | grep '/var/lib/kubelet' | awk '{ print $3 }' - +Note: for instructions for cleaning a _Non-Rancher deployed RKE2 cluster_ see: https://docs.rke2.io/install/uninstall + You need to remove the following components from Rancher-provisioned RKE2 nodes: * The rancher-system-agent, which connects to Rancher and installs and manages RKE2.