chore: remove flux

This commit is contained in:
2025-05-12 18:49:06 -04:00
parent 08789f7edd
commit 08f13a3f54
6 changed files with 20 additions and 12665 deletions

View File

@@ -64,5 +64,5 @@ sudo su - root
KUBELET_PATH=$(mount | grep kubelet | cut -d' ' -f3);
${KUBELET_PATH:+umount $KUBELET_PATH}
sudo rm -rf /etc/rancher/{k3s,node};
sudo rm -rf /var/lib/{rancher/k3s,kubelet,longhorn,etcd,cni}
rm -rf /etc/rancher/{k3s,node} && rm -rf /var/lib/{rancher/k3s,kubelet,longhorn,etcd,cni}