-
Notifications
You must be signed in to change notification settings - Fork 937
Conversation
Documentation available: https://github.com/github/orchestrator/blob/0e43004ab41fcc45111a9151e5e0628b03176570/docs/tags.md To be merged early 2019 |
hi @shlomi-noach , from my understanding of this PR and interacting with the "tags" CLI, it seems that this information is not integrated into the "orchestrator -c topology" command. I am potentially interested in submitting a patch to add an option to the topology command in order to output the tags for all instances in the cluster for which the topology is requested. For example,
If I created this patch, could it be considered for merging into the project? |
Hi @ndelnano,
We'd also want to make sure it's added to Two pro-tips:
|
Work in progress to add tagging capabilities. This has come up by several use cases.
The user will be able to tag any instance by multiple tags.
Tags will be of
tag_name=tag_value
nature.It will be possible to get the list of tags for an instance, list all instance which have a specific
tag_name=tag_value
or just happen to havetag_name
regardless of the value.It will be possible to set a tag (adds or replaces) or delete a tag.