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? Update eksctl to support new region us-isob-west-1 ### Why do you want this feature? To allow users to create, manage and delete EKS clusters...

kind/feature

## Description Fixes #7946 by preventing duplicate `--max-pods` arguments in `KUBELET_EXTRA_ARGS` when using the deprecated `MaxPodsPerNode` setting with AL2 managed nodegroups. ## Problem When `MaxPodsPerNode` is set, eksctl's `makeMaxPodsScript` function...

kind/bug

We have enabled strict parsing to detect unknown keys, e.g.: ``` [✖] loading config file "test.yaml": error unmarshaling JSON: while decoding JSON: json: unknown field "subnetz" ``` or: ``` [✖]...

kind/bug
area/config-file
priority/important-longterm