-
Notifications
You must be signed in to change notification settings - Fork 304
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
GCE ingress stucks on "Creating ingress" status, existing ingresses don't update #470
Comments
@taras-stotsky Are you on GCE or GKE? If you are on GKE, email me your cluster location, project name and cluster name and I can take a look for you. |
@rramkumar1 yes, I'm on GKE. Sent email now, thanks. |
@taras-stotsky See #471 |
@taras-stotsky Please post here if the workaround detailed in the linked issue above works for you. |
Yes, now workaround works, ingress creates correctly without stuck after recreating. |
@rramkumar1 sorry, workaround worked for me only with 1 single ingress. When I tried recreate another ingress in same cluster - stuck with "Creating ingress" again. How can I use workaround without worrying you? |
@taras-stotsky The bulletproof approach would be to just recreate all your ingresses. What's happening is that one or more of your ingresses is running into the issue described in the above issue and that's blocking the sync of other ingresses. This is unfortunate, but we should have a fix coming in the next week or so. |
Ok, now I realize. Thank you again! |
This is happening with GKE ingress controller now. I am trying to create an internal ingress and its stuck in "creating state"
|
Can confirm I am also running into this issue as of today. |
I upgraded k8s master version to 1.16+, deleted the ingress, and reapplied which fixed the issue for me. |
Thanks @Miyurz! We upgraded our cluster (nodes + master) to 1.16+ and the Internal LB Ingress deployed successfully. |
GCE Ingress stucks on "Creating ingress" status.
Also changes on existing ingresses don't appear on load balancer.
Cluster version:
1.10.7-gke.1
Ingress is creating without any custom properties:
I don't see any error/warn messages on cluster/balancer logs.
How can I find problem cause and fix it?
The text was updated successfully, but these errors were encountered: