eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
**Why do you want this feature?** I am using eksctl to build an eks provision tool in kubeflow community. In my previous version, we use eksctl as a cli in...
**Why do you want this feature?** This is the umbrella issue concerning `eksctl apply`, which would support `eksctl apply -f config.yaml` to reconcile the current cluster with the given config...
We are starting to use the [`instanceSelector`](https://github.com/weaveworks/eksctl/pull/3498) feature in some our EKS configs. It greatly simplifies our configuration and is easier to understand. Thank you for this feature. However, in...
Part of [this plan](https://github.com/weaveworks/eksctl/blob/main/docs/proposal-008-flux2.md#dry-run). >One thing we lose by having these arbitrary fields is the extra validation: are users setting the correct flags for their chosen git provider? Of course...
### Description https://github.com/weaveworks/eksctl/pull/4962 removed the usage of this field. After a while, delete this field.
**What feature/behaviour/change do you want?** Support `kubeletExtraConfig` in managed node groups **Why do you want this feature?** In order to specify extra kubelet configuration features, you need to use `overrideBootstrap`...
see https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-instance-tag-root-volume/ for a potential work around to this
This EPIC collects flakey tests for eksctl
AWS Supports creating EKS Worker nodes on AWS Outpost, however eksctl doesn't support that yet. I think it will be good to add this capability into eksctl. I opened a...
In a future release, EKS will start running the VPC resource controller components on the control plane. Today, eksctl has a command to install the VPC resource controller on worker...