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
In minikube cmd/minikube/cmd/start.go, when minikube tries to select a driver, it will use driver.Status() to test whether this driver is available.
However sometimes thisdriver.Status() takes extremely long time, therefore we need to add a default time limit, and abandon this driver is we cannot get the status within this time limit
Attach the log file
N/A
Operating System
None
Driver
None
The text was updated successfully, but these errors were encountered:
What Happened?
In minikube cmd/minikube/cmd/start.go, when minikube tries to select a driver, it will use
driver.Status()
to test whether this driver is available.However sometimes this
driver.Status()
takes extremely long time, therefore we need to add a default time limit, and abandon this driver is we cannot get the status within this time limitAttach the log file
N/A
Operating System
None
Driver
None
The text was updated successfully, but these errors were encountered: