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
Describe the bug
On each modification of existing mappings, creating of new mapping or deleting a mapping, all canary mappings get an additional route. Additional route is seen on Diagnostics UI, in logs and even in generated envoy.json.
To Reproduce
Steps to reproduce the behavior:
Apply following manifest to the k8s cluster where you have Emissary Ingress installed. This will create one canary with two services and one basic one.
Exactly the same issue appears if we create new mapping or delete one of the mappings. And on each change, all canary mappings get one more duplication.
If we then restart Emissary Ingress the duplicated routes disappear and everything is fine again.
Expected behavior
Creating, deleting or modifying mappings should not produce duplicated routes on canary mappings.
Versions (please complete the following information):
Ambassador: 3.8.1
Kubernetes environment AWS EKS
Version 1.25
The text was updated successfully, but these errors were encountered:
Describe the bug
On each modification of existing mappings, creating of new mapping or deleting a mapping, all canary mappings get an additional route. Additional route is seen on Diagnostics UI, in logs and even in generated envoy.json.
To Reproduce
Steps to reproduce the behavior:
Modify property of one of the existing mappings. For example we can modify service on mapping single. Any modification would trigger the issue.
On Diagnostics UI inspect routes again and see additional mapping on canary.
Exactly the same issue appears if we create new mapping or delete one of the mappings. And on each change, all canary mappings get one more duplication.
If we then restart Emissary Ingress the duplicated routes disappear and everything is fine again.
Expected behavior
Creating, deleting or modifying mappings should not produce duplicated routes on canary mappings.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: