-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[aws-eks] Cluster Tags #4995
Comments
Yes totally we already use a custom resource to provision the cluster so this should be easy to support |
The botocore version supplied by current python lambdas doesn't quite yet support tags with create_cluster function. I gave python3.8 a go, since it was a higher version and still was receiving validation errors. This may need a different layer supplied or just wait for the lambda environment to upgrade. |
+1: Our customer is waiting for it |
hey guys, any news on this one so far? |
@adriantaut Hi, this is not currently planned. We will gladly accept a PR though if you are interested. |
|
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
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: