-
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
Minikube regresion on windows #8081
Comments
Similar issues with minikube running on Linux via Docker Excerpt from logs
I ran this docker command manually and confirmed it does resolve, reverting to v1.9.2 seems to resolve this. |
It does not seem to be related to the driver as I encounter the same error with Virtualbox
|
I confirm, also this happens on both VirtualBox 6.0.20 and 6.1.6. Also I'm using Minikube/VBox on Windows with kubectl from WSL. Tried to reconfigure the virtual network/adapters but it didn't seem to work at all. |
Hitting similar errors here after upgrading to v1.10.0 on Windows 10 Pro
Indeed it's a problem with this new bleeding-edge minikube release. Unless I'm missing some key actions to do beforehand, after downgrading to v1.9.2 I can spin up my minikube cluster on HyperV
|
we are aware of this bug, we have a PR for it, I believe it would fix this problem. |
@ksaminat while a patch is being released tonight, I encourage everyone to use our newest driver: docker for more information see: again sorry for this bug ! |
@ksaminat |
@medyagh I'm still getting a repro (see #8081 (comment)) on v1.10.1 on Linux:
Is there another place this issue is being tracked? |
Having similar issue :(
|
Steps to reproduce the issue:
I got the below error, please help,
Full output of failed command:
minikube : E0512 16:50:39.407016 10648 start.go:95] Unable to get host IP: ip for interface (): Error finding IPV4
address for vEthernet ()
At line:1 char:1
X failed to start node: startup failed: Failed to setup kubeconfig: ip for interface (): Error finding IPV4 address for
vEthernet ()
Full output of
minikube start
command used, if not already included:PS C:\Windows\system32> minikube start --driver=hyperv
minikube : ! StartHost failed, but will try again: creating host: create: provisioning: IP not found
At line:1 char:1
X error provisioning host: Failed to start host: creating host: create: provisioning: IP not found
*
PS C:\Windows\system32> minikube start
minikube : E0512 16:50:39.407016 10648 start.go:95] Unable to get host IP: ip for interface (): Error finding IPV4
address for vEthernet ()
At line:1 char:1
X failed to start node: startup failed: Failed to setup kubeconfig: ip for interface (): Error finding IPV4 address for
vEthernet ()
*
Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: