-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 resources not working after update from v1.8.1 to v1.9.4 (chart version v4.7.1 to v4.8.3) #10973
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
Read some of the considerations for 1.9.0 https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.0 There were some changes that might effect your configurations. |
/kind support |
/triage more-information There are only two ingresses shown, / and /wonder-src-auth , so /api would go to the / Do you post all the ingresses? Did you check the links https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.0 |
@strongjz: The label(s) 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. |
/triage needs-information |
@strongjz "/api" was just an example. I set up an environment to replicate the behaviour. BRs, |
It seems that now, with the annotations validation, rewrite-prefix should always start with "/" . |
Hi, I have an ingress resource with path "/" and several ingresses for apis with path (for example "/api1", "/api2") etc.
The cluster is on EKS and after an upgrade of EKS cluster and nginx-controller from v1.8.1 to v1.9.4 (chart version v4.7.1 to v4.8.3), all the requests to "/api1", "/api2", ... are handled by the ingress at "/".
I attach the ingress resources configuration as a screenshot (sorry but I can't copy/paste text):
Do you have any idea on what the problem could be? Maybe there were some changes between the versions that i didn't found.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: