-
Notifications
You must be signed in to change notification settings - Fork 321
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
[EKS] [request]: Support tagging underlying ASGs of node groups #1541
Comments
Personally I'd like to see the tags set in Cloudformation for the AWS::EKS::Nodegroup be propagated to the ASGs because the node group manages the ASG for you. The ec2 tagging is taken care of by the LaunchTemplate using this: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html. |
Another possible usecase for this: Without this feature using node label hinting, scale up priority or even disabling the cluster autoscaler is almost impossible as it relies on ASGs to be tagged so they can be autodiscovered. |
I've tag based cost optimisation and governance controls; I use launchtemplate versions to update/upgrade eks nodegroup. |
Another similar request: #608 |
Community Note
Tell us about your request
It would be great if we could pass tags to the underlying ASGs (and tell the ASGs to propagate tags) that are created from the managed node groups for EKS.
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Many organizations require tagging ASGs for cost and compliance reason (example here and here. In order to comply with organization policy, we had to either manually add them or using some workaround. It would be great if EKS officially supports it.
Are you currently working around this issue?
Yes. I created a working prototype using cluster api provider aws to automatically add the tags after node group creation.
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: