-
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 start (kvm) "Error starting host: Error creating new host: dial tcp: missing address." #927
Comments
Hey we've actually seen this problem before and sent a PR upstream to the KVM driver that was merged, however I don't think theres been a recent release of it. (dhiltgen/docker-machine-kvm#18) The fix is that you need to also install the Ref #278 |
Did you mean I also need a new version of the kvm driver? |
No, that PR only made the error message clearer. Have you added yourself to the |
I did run
Oh, but looks like it works in a brand new tty (well, at least it looks like it's now doing something). D'oh. (but sweet!)
|
Closing this, looks like you got it working. Feel free to reopen if you're still having problems |
Any idea how we can fix this moving forward? i'm running on docker and I'm getting the same error "missing address" |
Can you explain a little more what you're trying to do? This bug is about a permission issue when using the KVM driver. |
I'm on Ubuntu 16.04 and installed $ minikube start --vm-driver="kvm"
There is a newer version of minikube available (v0.23.0). Download it here:
https://github.com/kubernetes/minikube/releases/tag/v0.23.0
To disable this notification, add WantUpdateNotification: False to the json config file at /home/anticom/snap/minikube/4/.minikube/config
(you may have to create the file config.json in this folder if you have no previous configuration)
Starting local Kubernetes cluster...
E1115 02:25:58.211464 9757 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E1115 02:25:58.222801 9757 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E1115 02:25:58.232688 9757 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E1115 02:25:58.232710 9757 start.go:89] Error starting host: Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address |
+1 |
2 similar comments
+1 |
+1 |
I also have this problem on Ubuntu 14.04. |
@r2d4 can you reopen this? Seems like a lot of people are having this issue now. |
+1
|
+1 |
+1
|
+1 minikube version: minikube version: v0.26.0 |
I am having this issue with snap's version of minikube as well. I uninstalled the snap version and performed the installation with
And the install seems to be proceeding without a hitch |
Had the same issue. The problem was with my group. Make sure you are in libvirt (libvirtd group in 16.04) group:
|
I have the same issue. |
+1 |
1 similar comment
+1 |
Same issue: |
Same here: Ubuntu 14.04 with KVM2 |
I had the same problem and the solution in this issue worked. |
Still a problem! Reopen? Ubuntu 16.04 with KVM2. Solution is to downgrade minikube to v0.30.0 if you are on 16.04 |
I'm still getting this issue with Ubuntu 16.04 KVM2 and v0.33.1 |
I've just tried on Linux Mint 18 (based on Ubuntu 16.04) + KVM2 and got a similar error. Downgraded to v0.30.0 helped. |
Also happening on Ubuntu 18.04 after a fresh install of minikube. The above workaround worked fine: Uninstall snap version and install "real version" with
|
Same; oddly I installed Minikube once on an existing Ubuntu system, then had to nuke and pave the machine for unrelated reasons and now find that I'm unable to get Minikube working again from the same instructions. Edit: On double-checking myself, I find that the error message I'm seeing is instead:
Apologies for noise in the likely event this is unrelated. |
Same issue, but using a new terminal or tty fixed issue for me |
For now on ubuntu 16.04, you can also get around this by installing virtualbox ( You can then start minikube with |
This is still happening to me on minikube v1.1.0. Opening another terminal doesn't seem to help, but I am included in the OS: Ubuntu 16.04 |
same here ( #4416 ) |
same problem after installing libvirt. |
For anyone else having the same issue, please check that you are in the group and that libraries are ok.
Issue itself will soon be fixed in minikube 1.3.0 (#4555) It was supposed to be fixed in minikube 1.0.0 (#3689) |
os: linux mint 19 I experienced the same issue after installing minikube with snap. For me the solution was to remove the snap install and delete the /snap/minikube folder and then install minikube wirh: curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 This is pretty odd since snap is suggested in the official documentation. |
THANK YOU |
uninstalling snap and installing "real" version is not a "real" fix. That makes you run a deceiving app unconfined, deceiving because even though they know their snap is broken they are acting like it is not and using as a honey pot. |
I linked the official minikube binary. If that is a honey pot that I give up. It is running unconfined but I am not sure the snap version of minikube can run unconfined either. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
bug report
Minikube version (use
minikube version
):minikube version: v0.14.0
Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): kvm, but machines directory is emptydocker -v
): 1.12.1What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: