-
Notifications
You must be signed in to change notification settings - Fork 303
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
Adding ingress rule to ingress definition doesn't update Load Balancer definition #1546
Comments
Finally, I've recreated an ingress, which solved this situation. But today I tried to add a new path to this ingress and the same situation occurred. The path is visible in the ingress definition, but Load Balancer doesn't get updated. Please could you take a look at this situation? Recreating ingress causes quite a long downtimes. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/kind support |
Can you file a support ticket with GKE support and include necessary information (cluster, ingress, time frame, etc)? |
Another alternative is to provide a test yaml and steps to repro. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Kubernetes version:
1.20.8-gke.900
Hi,
I have updated my ingress definition, by adding a path rule. However, this change isn't reflected in the Load Balancer configuration. By any means, I'm not able to force LB to update (without deleting the existing ingress). Unfortunately, events and logs show nothing useful in this case, so I am also unable to debug this situation.
As you can see, LB is missing
/tagging/*
path:How can I debug this situation or force ingress to update LB?
The text was updated successfully, but these errors were encountered: