Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Last active September 15, 2017 05:30
Show Gist options
  • Save pyar6329/787b08c20a31cced8a2337b33d922e41 to your computer and use it in GitHub Desktop.
Save pyar6329/787b08c20a31cced8a2337b33d922e41 to your computer and use it in GitHub Desktop.
minikube startup
# docker for macを入れる
$ brew install docker-machine-driver-xhyve --without-docker-machine
$ sudo chown root:wheel /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ rm -rf /usr/local/bin/VBox* /usr/local/bin/VirtualBox # virtualbox入れた場合はアンインストールして消す
$ minikube start --vm-driver=xhyve --memory=2048 --cpus=4
$ kubectl config use-context minikube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment