eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
After EKS 1.23 is out and made the default in the EKS console, eksctl should switch to EKS 1.23 as the default version. Reference PR: https://github.com/weaveworks/eksctl/pull/5136
### What were you trying to accomplish? after control plane update, update addons as well: ```` ./eksctl update addon -f eksctl-ClusterConfig.yaml --force --wait 2022-08-02 11:34:17 [ℹ] Kubernetes version "1.22" in...
### What were you trying to accomplish? Create an EKS cluster with IRSA setup for EKS managed add-on "vpc-cni" without relying on node IAM permission: [AmazonEKS_CNI_Policy](https://us-east-1.console.aws.amazon.com/iam/home#/policies/arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy) ### What happened? Sometimes...
### Why do you want this feature? First of all, I know this is not directly related to eksctl, but I still think that eksctl could make this smoother. My...
### Description Enables creating IAM Identity Mappings using the config file as requested in #4631 ### Checklist - [ ] Added tests that cover your change (if possible) - [x]...
### Description Atm, we have Karpenter versioned pinned to 0.9.0. Upgrade this version to [0.13.2](https://github.com/aws/karpenter/releases/tag/v0.13.2) Previous Reference ticket: #5023
### Description Increase test coverage for addons. There are a few places tests are missing. See https://github.com/weaveworks/eksctl/issues/5570, https://github.com/weaveworks/eksctl/pull/5571, https://github.com/weaveworks/eksctl/pull/5458 These PRs don't add any tests and verifying this functionality is...
### What were you trying to accomplish? Trying to get the node taints to be applied to the Nodegroup's nodes when creating a cluster with `eksctl` from a given config...
Creating EKS Cluster as defined in this github repository for the load testing environment. https://github.com/aws-samples/Load-testing-your-workload-running-on-Amazon-EKS-with-Locust Using the following config file https://github.com/aws-samples/Load-testing-your-workload-running-on-Amazon-EKS-with-Locust/blob/main/groundwork/eks-clusters/awsblog-loadtest-locust.yaml with the slight modification as in 1) instance type...
### What were you trying to accomplish? I'm trying to create a managed node group with a limit on the number of pods per node. ### What happened? The node...