-
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 on win10 with Hyperv not started. #1988
Comments
I installed version v0.22.2 and I'm still getting the same error. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Getting the same error. Docker-machine has no errors either. |
Same here: minikube version: v0.25.0 |
I'm seign the same behavior with minikube v0.25.0 Starting local Kubernetes v1.9.0 cluster... [stderr =====>] : [stderr =====>] : |
Please make sure you can have an IP address assigned on the external switch. Since it shows 'IP not found' it does not seem to get an answer for DHCP. Make sure the external switch is active on the same interface you are connected to on the network, or try using the "Default switch" instead. |
I did now i'm getting a different error... im runing this command on Powershell as admin. Is there a way to troubleshoot from the minikube vm ? |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Closing issue. If this is still a problem, open a new issue against the latest version |
Same with version 0.32 ... in my case I hadn't realisd there were multiple ethernet cards in my machine (built-in one on the motherboard I'd forgotten was there), and didn't notice that HyperV-Manager was by default creating switches on the built-in, disconnected, never-used, ethernet card. This is still a bug, IMHO. Fixes needed:
|
I have the same problem with v0.34. |
Same problem. My machine has two network adapters. |
BUG REPORT:
When starting minikube on Windows 10 with Hyper-V the start hangs on "starting vm".
Command:
minikube start --vm-driver=hyperv --hyperv-virtual-switch=External -v 10
Output:
Starting local Kubernetes v1.7.5 cluster...
Starting VM...
[executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM minikube
).state
[stdout =====>] : Running
[stderr =====>] :
Waiting for SSH to be available...
Getting to WaitForSSH function...
[executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM minikube
).state
[stdout =====>] : Running
[stderr =====>] :
[executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM minikub
e ).networkadapters[0]).ipaddresses[0]
[stdout =====>] :
[stderr =====>] :
Error getting ssh command 'exit 0' : IP not found
Getting to WaitForSSH function...
[executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Get-VM minikube
).state
[stdout =====>] : Running
[stderr =====>] :
[executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Get-VM minikub
e ).networkadapters[0]).ipaddresses[0]
[stdout =====>] :
[stderr =====>] :
Error getting ssh command 'exit 0' : IP not found
Please provide the following details:
Environment:
The text was updated successfully, but these errors were encountered: