Enhancement Proposal
From a current deployment, I noticed that keeping these artifacts could cause problems if I readd a unit later to the same machine
What I manually did
sudo snap remove --purge k8s
sudo systemctl disable containerd
sudo apt autoremove containerd
sudo rm -rf /etc/kubernetes /var/lib/containerd
Enhancement Proposal
From a current deployment, I noticed that keeping these artifacts could cause problems if I readd a unit later to the same machine
What I manually did