You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
, orminikube start --driver=docker --alsologtostderr
Related
The text was updated successfully, but these errors were encountered: