Created
July 18, 2020 13:51
-
-
Save saranjsr/c23a46d5fceb51ed9c7f68fa632eb67a to your computer and use it in GitHub Desktop.
Install Minikube on Mac
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
Install Kubernetes on Mac | |
#curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64 \ | |
&& chmod +x minikube | |
#sudo mv minikube /usr/local/bin | |
#minikube start --driver=virtualbox | |
To make virtualbox the default driver: | |
#minikube config set driver virtualbox | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment