-
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
Mystery hang during /usr/bin/kubeadm init (with no --extra-config options) #2939
Comments
I got the same issue |
Are you deploying a 1.11.0 cluster? If yes, it's because of #2942 |
@Arnavion No, I remember it was 1.10.0 and I also tried with 1.9.4 but still fails. I didn't know there is 1.11.0. |
We are also hitting this, it looks the same as we were hitting previously as well but the issue was closed - #2765 For now some of us are using 0.25.2 OK. |
Same here for Minikube 0.28.2. Logs aren't really helpful:
|
Same here but when starting with logs I've got multiple hundreds of messages like this:
and it finally hangs and not displaying anything |
I'm also not able to boot a Kubernetes 1.10 Cluster with a Minikube v0.28.2 on a ubuntu xenial vm with "none" driver/localkube. After one hour I got this output
In detail this call causes the problem
With pinned Minikube version v0.25.2 everything works just fine. |
To reproduce this issue I have created a simple vagrant environment. |
FYI, this problem went away for me a few days ago after upgrading Virtualbox to |
Mmh, can't confirm this for my setup. Virtualbox |
I'm also experiencing this on MacOS Sierra with minikube v0.28.2 trying to start a Kubernetes v1.10.0 cluster. I've tried with hyperkit as well as virtualbox with the same outcome that @frastel posted above. Process exiting with status 1 after sudo /usr/bin/kubeadm alpha phase addon kube-dns |
The same issue on on MacOS High Sierra 10.13.6 with minikube v0.28.2 and the driver of virtualbox v5.1.20 for kubernetes v1.10.0.
|
Is the only solution then to downgrade Kubernetes to an earlier version? edit: I actually tried downgrading my kubernetes cluster to v1.9.4 but it still hangs indefinitely on This is the command I'm trying to run: Anywhere where I could look at logs or something of the sort to try to solve the problem? |
Experiencing the same issue on Ubuntu 18.04 with the following command:
My minikube version is Have to say, I can't remember the last time I was able to upgrade my minikube installation without incident. |
As usual, immediately after posting my addition to this issue,I somehow stumbled upon a solution. After stripping off the EDIT: Turns out it was a mix of both, I had the |
FYI, this step should timeout within 30 minutes and provide more insight into what happened. That's no excuse for the lack of usable output in this case, however. |
I'm experiencing the same hang. Which ends after 10 minutes with:
kubectl shows some kube-system pods in a crash loop:
Reading logs for those pods shows:
|
@roelal - Those messages sound very similar to those mentioned in #3031 (networking issue?), so you should follow-up there. Any chance there is a firewall or proxy installed on your machine? |
Same issue here with: Finally solved this issue with minikube: 0.25.0, vm-driver: hyperkit |
Same issue here with: After some google, and then try to install driver hyperkit by the instruction here
Homebrew also has a formulae here, I believe it also works fine to install the driver. And for convenient, set the default driver to hyperkit by Finally this issue has gone with minikube: 0.30.0, vm-driver: hyperkit |
minikube v0.33.1 should now remove mystery hangs. You can watch the output streamed from kubeadm by using --alsologtostderr -v=1. We'll also be dividing up the pull & run sections in the UI shortly, which should help, so I'm not closing this issue as obsolete just yet. |
Issues go stale after 90d 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. |
I believe this issue was resolved in the v1.1.0 release. Please try upgrading to the latest release of minikube, and if the same issue occurs, please re-open this bug. Thank you opening this bug report, and for your patience! |
BUG REPORT
Environment:
What happened: When running
minikube start
it hangs atStarting cluster components...
. In the console of the minikube VM, I get prompted forminikube login:
. I can login withroot
.What you expected to happen: minikube is started and configured.
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
Installed minikube with
Installed virtualbox with
The text was updated successfully, but these errors were encountered: