Created
June 6, 2019 13:03
-
-
Save gjyoung1974/edf3c53b17cc1e55732f13ae910ef936 to your computer and use it in GitHub Desktop.
minikube-rm && create
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
#!/bin/bash | |
minikube stop | |
minikube delete | |
rm -r -f $HOME/.minikube | |
minikube config set cpus 4 | |
minikube config set memory 8196 | |
minikube config set vm-driver hyperkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment