Closed pflorek closed 1 year ago
Is there a workaround for this right now, is it possible to add tags to the cluster provider?
Is there a workaround for this right now, is it possible to add tags to the cluster provider?
You can check the approach taken in the PR that I linked here #624. It is achievable now by creating a subclass of the GenericClusterProvider
and applying changes similar to those in the PR. Or you can wait just a bit, once the PR is merged, we will release 1.6.1 with this support.
@shapirov103 thanks for the quick response, that's exactly what I need the customTags
I'll wait for that PR thanks.
@praveenperera Are you good to close this Issue. The issue is fixed.
@elamaran11 Yup good to close
Describe the feature
Propagate tags to EC2 instances.
Use Case
Name
tag propagated to EC2 instances helps us to visually identify node in the EC2 dashboard fasterProposed Solution
Always create a NodeGroup with a LaunchTemplate and pass tags
Other Information
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html
instance
Acknowledgements
CDK version used
2.37.1
EKS Blueprints Version
1.2.0
Node.js Version
18.7.0
Environment details (OS name and version, etc.)
MacOS