Open Ankitwasnik opened 2 months ago
The config file you've used looks like a standard cluster that should work and is covered by our integration tests as well. I was unable to reproduce this issue. Are you using the exact ClusterConfig file you've shared here? Can you share the CloudFormation template for the nodegroup?
I've sanitized a few fields, including volumeKmsKeyID and the cluster name, before sharing the config file. As requested, I've created a gist of the CloudFormation template for the node group.
https://gist.github.com/Ankitwasnik/ae913b1030149d43086c4c865f60310f
What were you trying to accomplish?
I was trying to create a cluster using a config file. See the config file below.
What happened?
Cluster got created but creation of managed node groups failed. I see the following error message in cloudformation.
Resource handler returned message: "'alpha.eksctl.io/nodegroup-type' is not a valid tag key. Tag keys must match pattern ([0-9a-zA-Z\\-_+=,.@:]{1,255}), and must not be a reserved name ('.', '..', '_index') (Service: Eks, Status Code: 400, Request ID: 'some id')" (RequestToken: 'some id', HandlerErrorCode: InvalidRequest)
How to reproduce it?
Copy the following config to a file. Run the command
eksctl create cluster -f config.yaml
. See the cloudformation logs.Logs
https://gist.github.com/Ankitwasnik/eb56f9bedab1d223ec6b601908d17fc4 Anything else we need to know?
What OS are you using? Ubuntu 22.04.4 LTS Are you using a downloaded binary or did you compile eksctl? Downloaded binary What type of AWS credentials are you using (i.e. default/named profile, MFA)? - Named profile
Versions