-
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
0.24.1 Redirect Loop #4265
Comments
I have the same issue, it seems related to the breaking changes https://kubernetes.github.io/ingress-nginx/examples/rewrite/#rewrite-target but my ingress does not use rewrite-targets. |
Facing the same issue with v0.24.1 wondering if anyone found a fix for it. Thanks.. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
NGINX Ingress controller version:
.0.24.1
Kubernetes version :
1.11.10
Environment:
uname -a
): Debian 4.9.168-1+deb9u2 (2019-05-13) x86_64 GNU/LinuxWhat happened:
Upgrading to the latest nginx-ingress chart version (v1.7) produced a redirect loop in an ingress. Annotating the ingress with
nginx.ingress.kubernetes.io/force-ssl-redirect: false
produced the same results. THe problem was not reproducible with 0.21.0 (nginx-ingress Chart version 1.0.1).What you expected to happen:
Nginx proxies the request to the backend service.
The text was updated successfully, but these errors were encountered: