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

Rewrite annotation not working on every request when multiple Ingresses share same backing service #6542

Open
1 task done
herself opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@herself
Copy link

herself commented Oct 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have two Ingresses sharing the same backing service. One has a konghq.com/rewrite annotation. About half of the requests going to the Ingress with the annotation don't get the rewrite rule applied.

Expected Behavior

Every request is re-written properly.

Steps To Reproduce

1. Create two Ingresses that have the same backing service
2. Add a rewrite annotation to one of them
3. Post some requests. They will get re-written or not randomly
4. If you change the backing service to another on one of the Ingresses, it will work properly again

This has been outlined with examples in https://github.com/Kong/kubernetes-ingress-controller/issues/5021. I think this bug might be a reintroduction of that one, as they're practically the same

Kong Ingress Controller version

3.3

Kubernetes version

v1.28.13-eks-a737599

Anything else?

No response

@herself herself added the bug Something isn't working label Oct 4, 2024
@randmonkey randmonkey added this to the KIC v3.4.x milestone Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants