-
-
Save sillysachin/30643172c9fac53b39b3aa6991e35cb5 to your computer and use it in GitHub Desktop.
Uninstall minikube per https://github.com/kubernetes/minikube/issues/1043#issuecomment-382031886
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If running minikube as sudo, you are on Ubuntu 16.04+ and if you had other docker images you want to keep around: