eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
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...
### 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...
### 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, ```...
**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...
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....
**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...
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...
**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....
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.
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...