aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[EKS] [Feature Request] IngressClassParams add support for Load Balancer Annotations #1971

Open Andmwhit opened 1 year ago

Andmwhit commented 1 year ago

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request Allow Configuration of Load Balancer annotations through IngressClassParams

Which service(s) is this request for? AWS Load Balancer Controller

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Currently trying to use Third-party Helm charts to provision EKS ALB Ingress but we need the listener ports defined as 80 and 443; however, most Third-party Helm charts are immutable and do not allow the configuration of load balancer annotations.

Are you currently working around this issue? No.

stevehipwell commented 1 year ago

xref: https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2311