-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoScalingGroup timeout: Status Reason: 'kubernetes.io/cluster/clustername' is not a valid tag key. #1785
Comments
please paste a config of module which you using |
and it should timeout/fail when creating the ASGs |
it looks fine per awsdocs/amazon-eks-user-guide#38 (comment) but the regex doesn't have forward slashes @brenwhyte are you able to file a ticket with AWS to get their input? |
I can, I'll get on that in 2 secs. I noticed on an earlier cluster that tags are the same, so this did work previously. Lets see what AWS Support say. |
Has same errors with 'self-managed-node-group' example:
|
The EKS managed node groups can no longer be created either.
|
this seems to be a change on the AWS side since these examples were working without issue. is anyone able to file a ticket with AWS support to get their feedback? |
By the way, it does not occur in 18.1.0, but in 18.2.0. |
Yes, the problems seem to be related to the |
Hmm, interesting. Thanks for identifying that |
I'm seeing the same issue. However, disabling |
This issue has been resolved in version 18.2.1 🎉 |
ok, we've changed the default behavior to |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Testing the Complete and the IRSA examples I get an error that the AutoScalingGroup can't create instances:
Versions
❯ terraform version
Terraform v1.1.3
on linux_amd64
Reproduction
Clone repo and test the examples.
Code Snippet to Reproduce
Expected behavior
Auto Scaling group creates instances
Actual behavior
Terminal Output Screenshot(s)
Additional context
You can see I tried renaming the folder to exirsatest and that didn't help.
By removing the keys below keys unblocked the ASG but is not a fix of course.
kubernetes.io/cluster/exirsatest
k8s.io/cluster/ex-irsatest
The text was updated successfully, but these errors were encountered: