-
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
Ingress tests broken on gke #27813
Comments
As noted this looks related to permissions, @kubernetes/goog-gke how do i reproduce? the project has enough quota and the test fails to acquire the loadbalancer ip. I haven't looked up gke master logs yet. |
Actually the 403 may be misleading/bad error code from GCE. The failures started happening with the build that included #27741, so this may just be kubernetes-retired/contrib#1246 |
cc @zmerlynn |
That's kind of disturbing. The Ingress container should have it's own vendored version of the code and should just be running old code? |
There's also not a similar failure of |
Yeah i think what happend was we updated the gce.conf with the node-instance-prefix and the vendored kubernetes library didn't understand it. The gce.conf file changed right? If that's the case just checking in the glbc version bump should fix it i think. |
@bprashanth: Yeah, we just worked out the same thing. It turns out, even with vendored code, this is not forward-compatible because of the |
Evne the gce one doesn't read it, but somehow it doesn't seem to matter: On GCE
On GKE (I finally paged in sql query syntax and did a binary search on metadata.timestamp to when this started):
Is GKE more strict about something? Or is the gce.conf failure just a red herring |
@bprashanth: On GKE, we need the |
Nevermind, that obviously still involves making a GCE provider change. :) |
Tentatively calling this fixed. Please reopen if it's still failing. |
Since this thread is quite old, and probably unrelated, I have created a new issue on ingress instead: kubernetes/ingress-nginx#975 Old textI recently upgraded to kubernetes 1.7 with RBAC on GKE, and I am seeing something similar:
GKE Cluster logs (slightly redacted):
I have tried figuring out what the cause might be, but have not found anything except this thread. I suppose I should post something on stack overflow, but trying here first. What can I do to get Ingress working again in my cluster? Thanks! |
I didn't see an existing bug. Started failing this morning at ~10am
http://kubekins.dls.corp.google.com/view/GKE/job/kubernetes-e2e-gke-ingress/
From logs it looks like it may be cluster nodes missing permissions. Did we perhaps change IAM settings for test clusters? cc @cjcullen
The text was updated successfully, but these errors were encountered: