Skip to content

Instantly share code, notes, and snippets.

@limbuu
Created January 3, 2021 13:43
Show Gist options
  • Save limbuu/21f4e6e381981b32baf7d6370636241e to your computer and use it in GitHub Desktop.
Save limbuu/21f4e6e381981b32baf7d6370636241e to your computer and use it in GitHub Desktop.
minikube stop; minikube delete
docker stop (docker ps -aq)
rm -r ~/.kube ~/.minikube
sudo rm /usr/local/bin/localkube /usr/local/bin/minikube
systemctl stop '*kubelet*.mount'
sudo rm -rf /etc/kubernetes/
docker system prune -af --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment