Skip to content
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

EKS: Update KubectlLayer to cdk v2 #32493

Open
2 tasks
clayrosenthal opened this issue Dec 12, 2024 · 1 comment
Open
2 tasks

EKS: Update KubectlLayer to cdk v2 #32493

clayrosenthal opened this issue Dec 12, 2024 · 1 comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p3 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@clayrosenthal
Copy link

Describe the feature

Currently to use any version of kubectl above 1.20, you need to use '@aws-cdk/lambda-layer-kubectl-v30', which is part of CDK v1. CDK v1 has been deprecated for over a year.

Use Case

I want to a KubectlLayer later than version 20 while only using CDK v2.

Proposed Solution

Update the package to be in cdk v2

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.172.0

Environment details (OS name and version, etc.)

macOS 14.7

@clayrosenthal clayrosenthal added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 12, 2024
@github-actions github-actions bot added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label Dec 12, 2024
@pahud
Copy link
Contributor

pahud commented Dec 12, 2024

Hi

@aws-cdk/lambda-layer-kubectl-v30 is actually a separate package not included in aws-cdk-lib.

What makes you think it's CDK v1 and wondering if you have seen any conflicts or issues that have to be addressed?

@pahud pahud added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. p3 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p3 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants