eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
eksctl version: **0.179.0** I'm trying to follow [doc](https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html) _Note: If you're upgrading a node group that's deployed with a launch template to a new launch template version, add --launch-template-version version-number...
### What were you trying to accomplish? We launch EKS clusters using instanceRoleARN to attach managed policies (`AmazonEKSWorkerNodePolicy`, `AmazonEKS_CNI_Policy`, `AmazonEC2ContainerRegistryReadOnly`) to our node group instances. We provided a `path` on...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
### Description Add auto-ssm ami resolution for ubuntu Issue #3224 ### Checklist - [ ] Added tests that cover your change (if possible) - [ ] Added/modified documentation as required...
I feel It lacks descriptive information in each items How about giving some examples of yaml files used in various workload or usecases ?
### What happened? Using eksctl 0.183 and EKS 1.30, it will fail to create managed nodegroup in AWS China due to stack wait timeout. ### How to reproduce it? Create...
### What were you trying to accomplish? Create VPC CNI addon with IRSA following https://docs.aws.amazon.com/eks/latest/userguide/cni-iam-role.html ### What happened? eksctl will report the following logs and not create IRSA for VPC...
The plugins were globally changed to have runAsNonRoot set to true. This breaks the efa plugin, which currently requires it. This PR was tested and confirmed to fix the bug...
The latest version of `aws-sdk-go-v2/service/eks` breaks unit tests. This [changelist](https://github.com/aws/aws-sdk-go-v2/pull/2682) added SDK-specific feature tracking where all paginated operations now pass an additional argument (`addIsPaginatorUserAgent`) to add `UserAgentFeaturePaginator` to the user...