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