eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
### Description Closes #5420 Update best practices for ASG tags and differences between managed and unmanaged nodegroups with `tags` and ASG tags. ### Checklist - [ ] Added tests that...
### What feature/behavior/change do you want? I propose to enhance the recently introduced tag propagation feature for ASG "propagateASGTags: true" to allow tag propagation to launched EC2 instances as well...
### What were you trying to accomplish? Attempted to automatically apply label and taint tags to ASGs using the `propagateASGTags` option. I expected the following tags to be created to...
### Description This is a follow-up to https://github.com/weaveworks/eksctl/issues/5420 and https://github.com/weaveworks/eksctl/issues/3961. The aim is to update `propagateASGTags` so that its behaviour with managed nodegroups is the same as with unmanaged nodegroups...
### What feature/behavior/change do you want? We would like to be able to use the following config with specific AWS-provided AMI: ``` managedNodeGroups: - name: managed-1 amiFamily: AmazonLinux2 ami: ami-[original,...
### What feature/behavior/change do you want? Provide the possibility to change `vpc.extraCIDRs` on existing clusters. ### Why do you want this feature? We have a cluster with: ``` vpc: clusterEndpoints:...
eksctl supports nvidia daemonset driver installation by identifying node group instance type used in eksctl cluster config file or command line creation https://eksctl.io/usage/gpu-support/ Some users may not want the driver...
### What were you trying to accomplish? Create a Windows node group on an NVIDIA GPU instance ### What happened? I receive an error from the code that prevents me...
### What were you trying to accomplish? Retrieve the StackName of a specific managed nodegroup in EKS using `eksctl get nodegroup` with the `--name` flag. ### What happened? eksctl failed...
### What feature/behavior/change do you want? When using an existing VPC to create an EKS cluster, observed that the tags to identify private/public subnets are not available. Example: Tags for...