-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cannot start minikube anymore #19745
Comments
I ran |
It could very possibly be a firewall issue, we have logic that tries to detect if the firewall is blocking it, seems like it didn't pick it up on your machine though.
|
I am running the widely used LittleSnitch Firewall, maybe you can try to reproduce and handle that case? Feel free to close though. |
@nikita-fuchs I got the same error message as you running What fixed it for me was to start the service with $ brew tap homebrew/services
$ brew install socket_vmnet
$ sudo brew services start socket_vmnet
Warning: Taking root:admin ownership of some socket_vmnet paths:
/opt/homebrew/Cellar/socket_vmnet/1.1.7/bin
/opt/homebrew/Cellar/socket_vmnet/1.1.7/bin/socket_vmnet
/opt/homebrew/opt/socket_vmnet
/opt/homebrew/opt/socket_vmnet/bin I'm not sure if this is the right fix, but it resolved the error I was seeing. This could be related to Homebrew/homebrew-core#125702. |
What Happened?
First of all, sorry for the german in the logs, the application does this automatically?
I tried running Minikube a second time after I somehow managed to fix this issue once already, I do not remember though how I did it:
After restarting the socket_vmnet service and running
delete --all
, it was stuck starting forever:and after mercy-killing it and trying again, it is stuck in this state ('Aktualisiere' means something like "Refreshing/Updating" in german):
Attach the log file
First comes the log.txt, next comes running the last command from above with --alsologtostderr
Operating System
macOS (Default)
Driver
QEMU
The text was updated successfully, but these errors were encountered: