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

Part of https://github.com/weaveworks/eksctl/issues/5315 Should include testing the part where it calls the endpoint to be set to private.

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

**What feature/behavior/change do you want?** **Why do you want this feature?** A very similar mechanism already appears to exist in eksctl when provisioning nodegroups - the aws-auth configmap is already...

kind/feature
priority/important-longterm
needs-investigation

In my environment, I need to specify the HTTP_PROXY environment variable to make EKS work correctly due to lack of outbound internet and lack of permissions to write into route...

kind/help
priority/important-longterm
blocked/aws

**What feature/behavior/change do you want?** As of vpc-cni version 1.9.0, EKS now supports much larger pod capacities per node with some additional configuration. The documentation for this new functionality is...

kind/feature
priority/important-longterm
needs-investigation
blocked/aws

We still have a couple of places where we use sdk v1 but don't have to. Places where `aws.String` is used for example. We should clean those up.

good first issue
area/tech-debt

### What feature/behavior/change do you want? Ability to add or remove inline policies to the node role **AFTER** the cluster has been created would be great. This could be something...

kind/feature
priority/important-longterm

This ticket is to discuss, revisit and potentially improve the UX for `update`,`upgrade` and `utils` commands. ## `update` vs `upgrade` For context, we have been operating under the assumption that...

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

With kubernetes version 1.16, it [became an error to set certain labels using the `--node-labels` feature](https://github.com/kubernetes/kubernetes/issues/85073), which is how `eksctl` sets user-provided labels for nodes. `kubelet` can now only give...

kind/feature
area/nodegroup
priority/important-longterm
priority/backlog
priority/blocked

Hello, when creating a new admission controller, eksctl prints out the following warnings: ``` warnings.go:67] certificates.k8s.io/v1beta1 CertificateSigningRequest is deprecated in v1.19+, unavailable in v1.22+; use certificates.k8s.io/v1 CertificateSigningRequest ``` ``` warnings.go:67]...

area/add-ons
kind/improvement
priority/important-longterm
blocked/aws

We need to determine how should we implement the steps mentioned [here](https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html) Investigate the current implementation and come up with a way to incorporate the functionality to support IP addresses...

kind/feature
priority/important-longterm
needs-investigation
priority/blocked
blocked/aws