-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
-
Bug Description
EKS Cluster with automode enabled v1.32.
When I create or update an ingress and use annotation like the following:
alb.ingress.kubernetes.io/listener-attributes.HTTPS-443: routing.http.response.strict_transport_security.header_value=max-age=600; includeSubDomains; preload
the corresponding load-balancer is correctly created or updated but the listner is not updated. -
Steps to Reproduce
create a EKS cluster with auto mode enabled
create a svc and corresponding ingress , add any anotation under alb.ingress.kubernetes.io/listener-attributes.HTTPS-443. for example alb.ingress.kubernetes.io/listener-attributes.HTTPS-443: routing.http.response.strict_transport_security.header_value=max-age=600; includeSubDomains; preload -
Expected Behavior
under the correpoinding HTTPS-443 listener the header should be added -
Environment
EKS version 1.32 automode enabled