You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2024-08-05T22:18:01+08:00 info adapter/etcd.go:147 created object{revision 11 2938 <nil>} {key 15 0 /apisix/upstreams/5ce57b8e <nil>}
2024-08-05T22:18:01+08:00 info adapter/etcd.go:147 created object{revision 11 2939 <nil>} {key 15 0 /apisix/routes/bcb4f1ad <nil>}
2024-08-05T22:18:01+08:00 error adapter/etcd.go:141 failed to create object, ignore it{error 26 0 rpc error: code = InvalidArgument desc = etcdserver: duplicate key given in txn request} {revision 11 2939 <nil>} {key 15 0 /apisix/upstreams/5ce57b8e <nil>}
2024-08-05T22:18:01+08:00 info adapter/etcd.go:147 created object{revision 11 2940 <nil>} {key 15 0 /apisix/routes/59ac5ae4 <nil>}
Steps to Reproduce
Install APISIX Ingress controller in combined mode
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: