Open Borisakov opened 1 year ago
This issue is stale because it has been open 60 days with no activity.
This issue is stale because it has been open 60 days with no activity.
+1 I am also facing the same issue @Borisakov were you able to get this to work?
+1 i am also facing the same issue
@Borisakov can you once try below change
- host: "test.test"
http:
paths:
- backend:
service:
name: root-service
port:
name: use-annotation
pathType: ImplementationSpecific
path: /*
It worked for me
Describe the bug
The setHeaderRoute name is created in the Ingress resource with the correct annotations (action and condition) but not created on the load balancer.
To Reproduce
The setHeaderRoute on the steps:
The trafficRouting configuration:
The Ingress configuration:
The ingress annotations in the header step:
The load balancer rule is not created.
It looks like the new action is not associated with the root-service service name because it works when I add manually a new rule exactly the same as root-service but with "canary-header-route" name and "use-annotation" port.
Expected behavior
A new rule (first one) will be created in the Load balancer with the "canary-header-route" configuration.
Version
Argo rollout: 1.5.0 AWS ALB Controler : 2.5
Logs
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.