-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes Serviceeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
To create tags with cluster.
Use Case
Amazon EKS support resource tags, however, aws-eks doesn't support it at this moment.
https://docs.aws.amazon.com/eks/latest/userguide/eks-using-tags.html
cloudformation not yet to support it
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html
However, API/SDK/CLI support it
https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateCluster.html
Proposed Solution
To provide the tags property in the ICluster interface and implement the cluster tagging in the Cluster class with custom-resources.
Does it make any sense?
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes Serviceeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1