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

(aws-eks): Support for BootstrapSelfManagedAddons while creating the cluster #30792

Open
1 of 2 tasks
mrlikl opened this issue Jul 9, 2024 · 1 comment
Open
1 of 2 tasks
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p3

Comments

@mrlikl
Copy link
Contributor

mrlikl commented Jul 9, 2024

Describe the feature

EKS announced support for creating a cluster without the default networking add-ons - VPC CNI, CoreDNS, and kube-proxy.

https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-eks-cluster-creation-flexibility-networking-add-ons/

Use Case

Allowing customers to bring open source or third party add-ons easier without deploying the default networking add-ons.

Proposed Solution

Introduce the parameter BootstrapSelfManagedAddons which controls the behavior into the Config of Cluster.

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.148.0

Environment details (OS name and version, etc.)

NA

@mrlikl mrlikl added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 9, 2024
@github-actions github-actions bot added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label Jul 9, 2024
@khushail khushail self-assigned this Jul 9, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Jul 9, 2024
@khushail
Copy link
Contributor

khushail commented Jul 9, 2024

Hey @mrlikl , thanks for requesting this feature and Submitting a PR! Looks like Cloudformation already supports this so we should be good to go.

@khushail khushail added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Jul 9, 2024
@khushail khushail removed their assignment Jul 9, 2024
@khushail khushail added the p3 label Jul 9, 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/small Small work item – less than a day of effort feature-request A feature should be added or improved. p3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants