Skip to content
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

windows: creating host: create host timed out in 120.000000 seconds #6895

Closed
vivekaglawe opened this issue Mar 5, 2020 · 7 comments
Closed
Labels
kind/support Categorizes issue or PR as a support question. needs-solution-message Issues where where offering a solution for an error would be helpful os/windows triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@vivekaglawe
Copy link

The exact command to reproduce the issue:
X Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create host timed out in 120.000000 seconds
*

  • minikube is exiting due to an error. If the above message is not useful,

The full output of the command that failed:

X Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create host timed out in 120.000000 seconds
*

  • minikube is exiting due to an error. If the above message is not useful,

The output of the minikube logs command:

The operating system version:
windows 10 home (single language)

@Smolevich
Copy link

Os: Macos Mojave 10.14.6
Minikube version: 1.8.1
Error: command runner: getting ssh client for bootstrapper: Error dialing tcp via ssh client: dial tcp 127.0.0.1:22: connect: connection refused

@AlexandreDusseault
Copy link

@vivekaglawe You didn't put a lot of details. I don't know it this can help you, I've just setup Minikube and I had the same error message. I've uninstalled Minikube and installed the version 1.7.2 (solution of another thread for another problem). I was then prompted with a new error. Found out it was the version 6.0 of Virtual Box that was the issue. I've installed version 6.1.4 of Virtual Box and it works now. I haven't try another time with the latest version of Minikube. If you do, let me know. Thanks,

@tstromberg
Copy link
Contributor

tstromberg commented Mar 18, 2020

@vivekaglawe - Where is the "The full output of the command that failed"? I can't tell what version of minikube or what hypervisor you are using :(

I assume virtualbox?

@tstromberg tstromberg changed the title minikube doesent gettinf start the vm windows: creating host: create host timed out in 120.000000 seconds Mar 18, 2020
@tstromberg tstromberg added os/windows triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. labels Mar 18, 2020
@sashiakula
Copy link

sashiakula commented Mar 24, 2020

I am getting similar error in windows.

Below is the command issued the error that i am getting.

C:>minikube start --driver=hyperv

  • minikube v1.8.2 on Microsoft Windows 10 Enterprise 10.0.18363 Build 18363
  • Using the hyperv driver based on existing profile
  • Creating hyperv VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...

X Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create host timed out in 120.000000 seconds
*

@lunmatu101
Copy link

I was facing the same problem and I found a root cause.
Cause your hyper-v virtual switch is not correct for minikube (minikube chose a default from your).
So you need to create a new hyper-v virtual switch from Hyper-V manager with connection type is an external network.
Afterward, you need to add a param to your minikube cli like below:
minikube start --driver=hyperv --hyperv-virtual-switch=minikube-switch

@tstromberg tstromberg added the needs-solution-message Issues where where offering a solution for an error would be helpful label Apr 19, 2020
@tstromberg
Copy link
Contributor

I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it by replying /reopen

If someone sees a similar issue to this one, please re-open it as replies to closed issues are unlikely to be noticed.

Thank you for opening the issue!

@vivekaglawe
Copy link
Author

vivekaglawe commented Apr 20, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. needs-solution-message Issues where where offering a solution for an error would be helpful os/windows triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

6 participants