aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.51k stars 3.85k forks source link

eks: Support latest AWS Load Balancer Controller versions #31082

Closed arlampin closed 1 week ago

arlampin commented 1 month ago

Describe the feature

The latest controller version is 2.8.2, but CDK only supports versions up to 2.6.2. Also, both 2.7.x and 2.8.x have some changes to reference IAM policies, so using them is not just a matter of increasing version number.

Use Case

I would like to use the latest controller version

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.151.0

Environment details (OS name and version, etc.)

N/A

ashishdhingra commented 1 month ago

Per https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases and https://github.com/aws/eks-charts/blob/v0.0.178/stable/aws-load-balancer-controller/Chart.yaml, the latest ALB controller version as of now is 2.8.2.

pahud commented 2 weeks ago

PR WIP https://github.com/aws/aws-cdk/pull/29959

github-actions[bot] commented 1 week ago

Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one.