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

### Description Closes #5420 Update best practices for ASG tags and differences between managed and unmanaged nodegroups with `tags` and ASG tags. ### Checklist - [ ] Added tests that...

kind/docs
area/nodegroup

### What feature/behavior/change do you want? I propose to enhance the recently introduced tag propagation feature for ASG "propagateASGTags: true" to allow tag propagation to launched EC2 instances as well...

kind/feature
priority/backlog
area/autoscaler

### What were you trying to accomplish? Attempted to automatically apply label and taint tags to ASGs using the `propagateASGTags` option. I expected the following tags to be created to...

kind/bug
area/docs
priority/important-longterm
needs-investigation

### Description This is a follow-up to https://github.com/weaveworks/eksctl/issues/5420 and https://github.com/weaveworks/eksctl/issues/3961. The aim is to update `propagateASGTags` so that its behaviour with managed nodegroups is the same as with unmanaged nodegroups...

kind/feature
priority/important-longterm
area/autoscaler

### What feature/behavior/change do you want? We would like to be able to use the following config with specific AWS-provided AMI: ``` managedNodeGroups: - name: managed-1 amiFamily: AmazonLinux2 ami: ami-[original,...

kind/feature
priority/backlog

### What feature/behavior/change do you want? Provide the possibility to change `vpc.extraCIDRs` on existing clusters. ### Why do you want this feature? We have a cluster with: ``` vpc: clusterEndpoints:...

kind/feature
priority/important-longterm

eksctl supports nvidia daemonset driver installation by identifying node group instance type used in eksctl cluster config file or command line creation https://eksctl.io/usage/gpu-support/ Some users may not want the driver...

kind/improvement

### What were you trying to accomplish? Create a Windows node group on an NVIDIA GPU instance ### What happened? I receive an error from the code that prevents me...

good first issue
kind/bug
priority/backlog

### What were you trying to accomplish? Retrieve the StackName of a specific managed nodegroup in EKS using `eksctl get nodegroup` with the `--name` flag. ### What happened? eksctl failed...

kind/bug
priority/important-longterm
needs-investigation

### What feature/behavior/change do you want? When using an existing VPC to create an EKS cluster, observed that the tags to identify private/public subnets are not available. Example: Tags for...

kind/feature
priority/important-longterm
needs-investigation