-
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
0.10.1 and a lot of pods in Unknown state #4415
Comments
Will dig into this and try to repro. 0.10.1 passes our e2e tests... If you want the 0.9.3 binaries, I can def. push them today, let me know. Brendan
|
@brendanburns just for the sake of testing with 0.9.3 and limit the changelog window for future debugging, yeah do it, please. |
v0.9.3 is pushed to the usual locations. |
Thanks. Will try and let you know.
|
0.9.3 works as well. |
Once again, tried 0.10.1 and the issue is present. |
If I send you a release tarball at head, can you test that? Brendan
|
I could build my own but for the sake of Friday laziness, please do. On Fri, Feb 13, 2015 at 9:46 PM, Brendan Burns notifications@github.com
Paulo Pires |
With this build the error doesn't show up but now I have no env vars in my containers, which means no access to the API. I'm probably needing some sleep and am messing up... but all I did was to recreate the cluster with the provided binaries.
|
|
Related to #4462? |
I think my PR #4376 should fix most of Unknown state here unless the node status is unreachable. |
@pires Is there anything left here or can I mark this as closed? |
Works with 0.11.0. |
One of my best test-cases for each Kubernetes release is to assemble and query an Elasticsearch cluster. Right now, with
0.10.1
I see a lot of pods inUnknown
state but assigned to minions. Curiously enough, I ssh into minions and look for Docker logs and I see some containers that ran once but shouldn't have run in the first place, since kube API states that it was assigned to a different host.With
0.9.2
it works flawlessly. Can't try with0.9.3
because the binaries weren't released.The text was updated successfully, but these errors were encountered: