-
Notifications
You must be signed in to change notification settings - Fork 355
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
bug: Can't define multiple k8s ingress definitions with pathType: Prefix pointing to single service when using combined mode #2276
Comments
We're also seeing this although we seem to get it even when not using ingress but rather simple httproute CRs With this:
We get
Making me think it happens whenever multiple paths talk to the same backend. This doesn't happen with the etcd version of apisix + ingress controller |
@rknightion no, I was not trying with etcdctl. If you can point me to some docs/readme how can I do it I will try. |
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions. |
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. |
Current Behavior
Defining two ingress definitions pointing to single service with pathType prefix and different paths will cause
Where in traditional mode everything works perfectly fine.
Expected Behavior
In combine mode there should also be possible to define multiple ingress definitions pointing to single service, where path is different for ingress definitions.
Error Logs
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: