Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 minikube virtualization #85

Open
todd-dsm opened this issue Apr 14, 2022 · 1 comment
Open

M1 minikube virtualization #85

todd-dsm opened this issue Apr 14, 2022 · 1 comment

Comments

@todd-dsm
Copy link
Owner

Virtualization seems to be lagging on the M1 platform. Until this (hyperkit) question is solved, use Docker (Desktop) as a driver.

minikube config set driver docker, or

minikube start --driver=docker --alsologtostderr

Related

@mooxiu
Copy link

mooxiu commented May 1, 2022

Thanks for your instruction! This works on my M1 Macbook Pro.

For reference:
need to start docker before you run minikube start , or it will fail with message:

💣 Exiting due to PROVIDER_DOCKER_NOT_RUNNING: "docker version --format -" exit status 1: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants