-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add tag_specifications to ASG created by eks_managed_nodegroup #3022
Comments
@bryantbiggs Can you take a look and suggest ? |
There are variables for this terraform-aws-eks/modules/eks-managed-node-group/variables.tf Lines 324 to 328 in 92fca6f
|
Hey @bryantbiggs , Eventhough i have added the tag_specifications variable with required resources, it doesnt seem to be propagated to the launch template created by eks managed nodegroup. I took help of AWS support and found this issue in open at their end : aws/containers-roadmap#1496 |
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. |
Currently the tag_specifications in ASG created by eks_managed_nodegroup has only instance and volume, i need to add 2 more to this, how can i do this for the ASG launch template created by eks_managed_nodegroup :
I tested by using custom launch template and providing below in eks_managed_node_group_defaults :
tag_specifications = ["instance", "volume", "network-interface", "spot-instances-request"]
Same i want in the launch template for ASG which is created by eks_managed_nodegroup.
Any help is apreciated :)
The text was updated successfully, but these errors were encountered: