eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

The official CLI for Amazon EKS

Results 433 eksctl issues
Sort by recently updated
recently updated
newest added

This issues raises a UX question around how to improve the visibility of the config file fields supported by each command. As mentioned in [this](https://github.com/weaveworks/eksctl/issues/5147#issuecomment-1138304867) comment: > ## 3. Unclear...

area/general-cli
kind/improvement
priority/important-longterm

### What were you trying to accomplish? Create a nodegroup of Bottlerocket instances and get the nodes instance-id easily. ### What happened? Nodes don't have the label `alpha.eksctl.io/instance-id` like AL2/Ubuntu...

kind/feature
priority/important-longterm

### What feature/behavior/change do you want? I would like an option in the [additionalVolumes section](https://eksctl.io/usage/nodegroup-additional-volume-mappings/) that allows for the directory to be named and mounted automatically. Something like this, ```...

kind/feature
priority/important-longterm
needs-investigation

**Why do you want this feature?** Proposed feature request to support [AWS CNI custom networking](https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html). There is an existing [WIP PR 786 here](https://github.com/weaveworks/eksctl/pull/786), opening a feature for discussion because I...

kind/feature
priority/important-longterm

Right now our config file schema (aka the API), is at v1alpha5. It would be reasonable that we promote it to beta soon, as long as we have the following....

kind/feature
area/config-file
kind/breaking
priority/important-longterm
priority/backlog
area/tech-debt

**Why do you want this feature?** I would like to be able to install eksctl easily on Linux. Currently we have a homebrew package but we should have `.deb` and...

kind/feature
help wanted
priority/backlog

The integration test for identity provider (`integration/tests/identity_provider/identity_provider_test.go`) sets some additional fields like `CallbackUrls` in the call to `CreateUserPoolClient` that may not be required. Revisit those fields and remove those that...

area/testing
priority/important-longterm
area/tech-debt

**Why do you want this feature?** Currently you can create a VPC with the CIDR block, but you cannot customize the subnet CIDR range and AZs that they belong to....

kind/feature
area/aws-vpc
priority/important-longterm
needs-investigation

Part of https://github.com/weaveworks/eksctl/issues/5315 Test the flux integration. Might require mocking the command part because flux is trying to run the flux binary.

area/testing
priority/important-longterm
area/tech-debt

Attempts to implementing a continuos process for the creation and update of eks cluster api and managed node groups using eksctl are not possible for nodegroups using customer/user AMIs. This...

kind/feature
priority/important-longterm
needs-investigation