Skip to content

Instantly share code, notes, and snippets.

@2lach
Last active January 25, 2020 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2lach/3cccb3e4ff3d7eed8004e06f52a7a099 to your computer and use it in GitHub Desktop.
Save 2lach/3cccb3e4ff3d7eed8004e06f52a7a099 to your computer and use it in GitHub Desktop.
💥 minikube
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