brave-afternoon-4801
07/01/2022, 2:04 PMsudo systemctl stop k3s
sudo k3s-killall.sh
docker rm -f $(docker ps -aq)
sudo rm -rf /var/lib/rancher /var/lib/kubelet
However, when I start k3s again, there are containers from a helm chart I was playing with that are still being created. What is the proper way to wipe everything?bulky-sunset-52084
k3s-uninstall.sh
that will wipe everything too