eksctl
eksctl copied to clipboard
[Feature] Add capability to add tags to cluster metadata after creation
What feature/behavior/change do you want?
I would like to able to add/edit tags to clusterConfig metadata post cluster creation
Why do you want this feature?
Tags are required for compliance and cost estimating the client resources
I am happy to work on this issue with a little guidance
Hello mohammadloqman9 :wave: Thank you for opening an issue in eksctl
project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl
on our website
Hi @mohammadloqman9 - how would you see this implemented in eksctl, from an UX perspective? Would this functionality be part of an existing eksctl
command? Would we have to add a new eksctl utils
command? What's your vision around this?
I think eksctl utils
sounds fine. We would have replace-tag
, add-tag
, delete-tag
sub-commands within that.