Skip to content

Instantly share code, notes, and snippets.

@dmusicant-dk
Created January 20, 2021 22:46
Show Gist options
  • Save dmusicant-dk/e43d91a6df6ba96ac7f0b59e0fef4f76 to your computer and use it in GitHub Desktop.
Save dmusicant-dk/e43d91a6df6ba96ac7f0b59e0fef4f76 to your computer and use it in GitHub Desktop.
Uninstall Minikube On Windows
# Shut down
minikube stop
# Tell it to delete anything it created outside itself
minikube delete
# Use chocolatey to remove
Choco uninstall minikube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment