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