Skip to content

Instantly share code, notes, and snippets.

@thomaslorentsen
Last active March 19, 2019 12:33
Show Gist options
  • Save thomaslorentsen/eda46b6d2835c41d62929fb9401a96fb to your computer and use it in GitHub Desktop.
Save thomaslorentsen/eda46b6d2835c41d62929fb9401a96fb to your computer and use it in GitHub Desktop.
minikube

hyperkit

https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver

brew install docker-machine-driver-hyperkit
# docker-machine-driver-hyperkit need root owner and uid 
sudo chown root:wheel /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
sudo chmod u+s /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit

minikube

https://github.com/kubernetes/minikube

brew cask install minikube
minikube start --vm-driver hyperkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment