Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Last active March 13, 2018 19:52
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 yuvalif/b6c643ce6159f5b4fbdc06edb6bff562 to your computer and use it in GitHub Desktop.
Save yuvalif/b6c643ce6159f5b4fbdc06edb6bff562 to your computer and use it in GitHub Desktop.
uninstall script for minikube
#!/bin/bash
# https://kubernetes.io/docs/getting-started-guides/minikube/
# stop and delete
minikube stop
minikube delete
# remove local cache
rm -rf ~/.kube ~/.minikube
# this actually remove the binary
#sudo rm -f /usr/local/bin/minikube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment