-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kube-up.sh sometimes doesn't complete #7272
Comments
That's confusing. If you ^C, it shouldn't even have a chance to create the |
I'd nuke (or at least temporarily move) your |
I did a ton of cluster up/down cycles with the bearer token change and never saw this. I also haven't seen it fail on Jenkins for GCE or GKE since the change went in. |
it isn't creating the .kube/config. |
Okay, I had kube-up print the command it is using to try and reach the master.
So, the problem seems to be on the server's handling of basic auth. |
Grr. I'm on a branch prior to #6618 |
A |
This happened to me several times.
Kube-up got stuck at the "waiting for cluster initialization" step.
When I hit ctrl-c, the master was up and I could connect to it and get pods using a bearer token.
So, most likely, the KUBE_PASSWORD is incorrect.
Of course, it is lost when you press ctrl-c, so I can't verify this. Will update if I find a way to debug more.
The text was updated successfully, but these errors were encountered: