Skip to content

Instantly share code, notes, and snippets.

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 hemant-tivlabs/ee7729d1b9dc6ae9c768d3f6e9ff45e6 to your computer and use it in GitHub Desktop.
Save hemant-tivlabs/ee7729d1b9dc6ae9c768d3f6e9ff45e6 to your computer and use it in GitHub Desktop.
minikube stop; minikube delete &&
docker stop $(docker ps -aq) &&
rm -rf ~/.kube ~/.minikube &&
sudo rm -rf /usr/local/bin/localkube /usr/local/bin/minikube &&
launchctl stop '*kubelet*.mount' &&
launchctl stop localkube.service &&
launchctl disable localkube.service &&
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