Skip to content

Instantly share code, notes, and snippets.

@gjyoung1974
Created June 6, 2019 13:03
Show Gist options
  • Save gjyoung1974/edf3c53b17cc1e55732f13ae910ef936 to your computer and use it in GitHub Desktop.
Save gjyoung1974/edf3c53b17cc1e55732f13ae910ef936 to your computer and use it in GitHub Desktop.
minikube-rm && create
#!/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