Skip to content

Instantly share code, notes, and snippets.

@Pacheco95
Forked from robinkraft/minikube_uninstall.sh
Created January 26, 2019 00:16
Show Gist options
  • Save Pacheco95/2adedb22d65c2d2706b9105bb7b2c1f7 to your computer and use it in GitHub Desktop.
Save Pacheco95/2adedb22d65c2d2706b9105bb7b2c1f7 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