-
Notifications
You must be signed in to change notification settings - Fork 354
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
Tech debt: I'm unable to convert NGINX Ingress resources with rewrite annotations to proper HTTPRoute resources #4725
Labels
Comments
Ok, now it works. See the reference below
But I have another problem. Given this other HTTPRoute
I was expecting to see the URL Rewrite in action, substituting /recovery/whatever with /whatever and routing the request toward ms-recovery-service, or substituting /api/ingestion/whatelse with /whatelse and routing it to ms-ingestion-service. However, this doesn't happen.
|
cc @guydc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The most problematic Ingress was this one (extract from
kubectl describe ingress
):I tried this:
But when I tried calling it,
curl -v https://ms-dev.xxx.yyy.com/benchmark/api/swagger/index.html
the logs said route not found
What am I doing wrong?
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: