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

Add bootstrapSelfManagedAddons to Cluster EKS Provider spec #1382

Closed
lajchon opened this issue Jun 28, 2024 · 3 comments
Closed

Add bootstrapSelfManagedAddons to Cluster EKS Provider spec #1382

lajchon opened this issue Jun 28, 2024 · 3 comments
Labels

Comments

@lajchon
Copy link

lajchon commented Jun 28, 2024

What problem are you facing?

Currently, EKS Cluster creation defaults to installing several components: CoreDNS, kube-proxy, and VPC CNI. Announced by Amazon yesterday, here, a new CLI flag is available, bootstrapSelfManagedAddons, to disable the automatic deployment of these components.

Creating an Amazon EKS cluster

By default, EKS installs multiple networking add-ons during cluster creation. This includes the Amazon VPC CNI, CoreDNS, and kube-proxy.

If you'd like to disable the installation of these default networking add-ons, use the parameter below. This may be used for alternate CNIs, such as Cilium. Review the EKS API reference for more information.

aws eks create-cluster --bootstrapSelfManagedAddons false

@lajchon lajchon added enhancement New feature or request needs:triage labels Jun 28, 2024
@haarchri
Copy link
Member

haarchri commented Jul 1, 2024

we depend on the TF Provider: hashicorp/terraform-provider-aws#38156 and this open PR here: hashicorp/terraform-provider-aws#38162

@mithie
Copy link

mithie commented Jul 1, 2024

Great that Amazon addresses this! This would be a high priority issue for us since we currently have to work with all kinds of workarounds in order to get rid of the Amazon VPC CNI and reinstall a new CNI afterwards.

@mergenci
Copy link
Collaborator

Looks like bootstrapSelfManagedAddons attribute was introduced with the Terraform provider v5.58.0 version bump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants