-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add tags when creating a cluster #150
Comments
I was going to write up a patch for this, since we need tagging too, but it looks like there's a migration from aws-sdk-go to goformation in progress, so I figured I'd hold off. Does that make sense? |
@jmcarp - the goformation change has landed in master if you fancied working on this? It might be worth following the kops naming convention:
@errordeveloper - do you have any thoughts around tags on the created resources? |
I missed #25. So we could add tags for the CloudFormation stacks and then when the EKS API supports tags at that at a later date as a follow up issue? |
It would be good if we can specify tags (i.e. key/value pairs) when creating a cluster.
Many companies use tags to help allocate costs between various teams and to drive other classification of services. For example, everything we deploy must have the following tags:
environment
owner
product
service
The text was updated successfully, but these errors were encountered: