-
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
Driver auto-detection can hang minikube #6228
Comments
Do you mind providing the output of minikube v1.6.2 with:
I suspect your intuition about this being related to #6168 is correct. To test this, you can try reverting to the old ISO image by using:
|
@tstromberg here's the output (it hangs on last line):
and the output for the second command (it too hangs on last line):
|
For comparison, upon removing 1.6.2 and installing 1.5.2, when running the same command, instead of the line about "Querying for installed drivers" it simply has |
@mcabrams thank you for creating this issue, so to be clear, the minikube auto detect the driver hangs and an older verison of minikube works fine ? |
Yep, 1.5.x works great and 1.6.x hangs on that last line about querying for installed drivers.
No, I'll try to test it out later tonight, thanks! |
Hi - I was suffering from an identical error, on the same version of Ubuntu, also on a Ryzen CPU, however with only kvm2 installed. I tried installing version Command to reproduce the issue Full output
Command to reproduce the issue Full output
Logs output after either command Full output
OS Version CPU Chipset |
I ran into this today myself on macOS at HEAD. I'm not sure what command it was, but suspect it was docker related. Docker for Desktop was installed, but stopped. We need to put context timeouts for the auto-detection commands: none of them should take >1 second, for instance. |
After some investigation, it seems to be related on my end to there being a stale |
Minikube versions in 1.5.x all work properly and proceed properly after running
minikube start --vm-driver=virtualbox
but for each version of 1.6.x that I've tried, everything hangs.The logs seem to indicate that a
config.json
is missing, but from advice I've seen, this should be created uponminikube start
and should not be manually added. I've tried switching back and forth between versions and each time the 1.5.2 works properly, but 1.6.0/1.6.2 always hangs (I've left it for 20+ minutes).I am running with a ryzen CPU, but not sure if this is related to #6168 as the examples mentioned there seem to get further in the process after
minikube start
than mine does.The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version:
Ubuntu 19.10
The text was updated successfully, but these errors were encountered: