Skip to content
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 stuck in "Creating ingress" state #1095

Closed
dhdersch opened this issue May 6, 2020 · 5 comments
Closed

Ingress stuck in "Creating ingress" state #1095

dhdersch opened this issue May 6, 2020 · 5 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@dhdersch
Copy link

dhdersch commented May 6, 2020

Hello,

I have a GKE Cluster (version 1.15.11-gke.11) for which I am creating an ingress. The ingress using the following:

  • Global Static IP Address
  • neg
  • Managed Certificate

However, the ingress is stuck in "creating ingress" state. kubectl describe shows no events. I have 0 insight into why this isn't working. Furthermore, no Load Balancer is created for the Ingress. Note that creating a normal service with type LoadBalancer does successfully create a cloud load balancer.

I have checked, and HTTP Load Balancing is enabled for the cluster. I'm at a loss for what could be happening. I have even tried creating a simpler Ingress (with no neg, static IP address or cert) and that does not create a Load Balancer either (though it does not get stuck in "creating ingress").

@rramkumar1
Copy link
Contributor

@dhdersch We have had multiple customers report similar issues. It's likely that for some reasons to do with the GKE Master, your GKE Ingress controller isn't actually running.

We are working with other GKE teams on how this can be mitigated. Stay tuned.

@rramkumar1 rramkumar1 added the kind/bug Categorizes issue or PR as related to a bug. label May 8, 2020
@rramkumar1
Copy link
Contributor

@dhdersch What version is your GKE cluster? We are trying to identify if this is affecting a certain version.

@dhdersch
Copy link
Author

@rramkumar1 1.15.11-gke.11

@rramkumar1 rramkumar1 self-assigned this May 14, 2020
@rramkumar1
Copy link
Contributor

@dhdersch I think we resolved your issue? I saw your GCP support case as well.

@dhdersch
Copy link
Author

@rramkumar1 Yes, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants