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

404s when using nginx ingress #636

Closed
retpolanne opened this issue Jun 16, 2020 · 0 comments · Fixed by #637
Closed

404s when using nginx ingress #636

retpolanne opened this issue Jun 16, 2020 · 0 comments · Fixed by #637

Comments

@retpolanne
Copy link
Contributor

This change caused a side effect on clusters using Nginx Ingress.

Apparently, the path /* translates to a location that is invalid for Nginx (that doesn't support wildcards), but valid for GLBC (that supports wildcards).

This can be worked around by adding the annotation nginx.ingress.kubernetes.io/rewrite-target: / (refer to kubernetes/ingress-nginx#1120 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant