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

### What feature/behavior/change do you want? Currently when using the `eksctl create iamserviceaccount` there's no option to attach a permission boundary to the IAM role, feature which is available when...

kind/feature

If a managed nodegroup specifies the "subnet" option, and a private subnet is listed without having "privateNetworking" set to "true", the error listed is "subnet ID XXX does not exist"....

good first issue
kind/improvement
priority/important-longterm

**Why do you want this feature?** My cluster end point is private API server endpoint and which is accessible only with in VPC and i want to add Additional security...

kind/feature
priority/backlog

### What feature/behavior/change do you want? Make use of existing security group while creating managed nodegroups and efaEnabled is set to TRUE. ### Why do you want this feature? The...

kind/feature

### Description **Please consider this a WIP** Started this change by removing `github.com/aws/aws-sdk-go v1.44.28` from `go.mod` and running all of the tests. From there I followed the errors and removed...

kind/improvement
area/tech-debt

While using new "logRetentionInDays" field added in eksctl 0.73.0, we sometimes randomly observe the error during cluster creation: ``` [✔] configured CloudWatch logging for cluster "test-cluster" in "us-west-2" (enabled types:...

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

For example: ```go DescribeNodeGroupStack(ctx context.Context, nodeGroupName string) (*Stack, error) DescribeNodeGroupStacks(ctx context.Context) ([]*Stack, error) ``` This is super annoying and actually caused a bug to happen: https://github.com/weaveworks/eksctl/issues/5217 It's because our unit...

good first issue
kind/improvement
priority/important-longterm
area/tech-debt

### Description As per the calendar for [Amazon EKS end of support](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar) November 1, 2022 is the end of support for Kubernetes version 1.20 We need to remove support for...

good first issue
kind/improvement
area/docs

### What were you trying to accomplish? I was trying to scale my nodegroups together with my clusterconfig: `eksctl scale nodegroup -f -` ### What happened? The first nodegroup was...

kind/bug
awaiting more information
priority/important-soon
needs-investigation

### What were you trying to accomplish? I was trying to invoke `eksctl upgrade nodegroup ...` for a managed node group with an IAM role that was lacking the `eks:DescribeUpdate`...

kind/bug
area/managed-nodegroup
priority/important-longterm
needs-investigation