Skip to content

feat(eks): support AWS Load Balancer Controller 2.8.3 - 2.13.3 #34761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arlampin
Copy link

Issue # (if applicable)

Closes #34724.

Reason for this change

AWS Load Balancer Controller project has released versions up to 2.13.3, CDK supports versions only up to 2.8.2

Description of changes

Changes were based on earlier v2.8.2 update PR #31264:

  • IAM policy files were downloaded by script
  • helm version mapping was created by bash command

Description of how you validated changes

  • There already exists a parameterized unit test at packages/aws-cdk-lib/aws-eks/test/alb-controller.test.ts that tests all version definitions.
  • Integration test updated to latest version

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 labels Jun 19, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team June 19, 2025 10:19
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

@arlampin
Copy link
Author

I tried to run integ.alb-controller.ts integration test, but could not get it run for what I think is unrelated setup issue with my dev env.

I got the following error during EKS cluster creation

Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again.
"errorMessage": "Could not unzip uploaded file. Please check your file, then try to upload again.",
"requestParameters": {
    "layerName": "NodeProxyAgentLayer924C1971",
    "description": "/opt/nodejs/node_modules/proxy-agent",
    "content": {
        "s3Bucket": "cdk-hnb659fds-assets-650891366354-us-east-1",
        "s3Key": "93d96d34e0d3cd20eb082652b91012b131bdc34fcf2bc16eb4170e04772fddb1.zip"
    }
},

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 9743dba
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eks: Support latest AWS Load Balancer Controller versions
2 participants