-
Bug
-
Resolution: Done
-
Normal
-
4.10
-
Moderate
-
None
-
False
-
Description of problem:
We have a cu looking to add custom tags to their Azure environment. They would like to create VM's in Azure with custom tagging, as shown in this KCS [1]. Currently, we do not have any official documentation and they are looking for this feature to be added and officially supported by RH on paper. There is already a pull request [2] in place for the same. [1] https://access.redhat.com/solutions/5013351 [2] https://github.com/openshift/openshift-docs/pull/21475
Version-Release number of selected component (if applicable):
How reproducible:
Easily
Steps to Reproduce:
Tags can already by used by MachineSet though there's no documentation about it, for that you only need to add the tags key to the MachineSet.spec.providerSpec path as follows: tags: tag1: value1 tag2: value2
Actual results:
KCS exists
Expected results:
Customer wants official documentation
Additional info:
Pull request: https://github.com/openshift/openshift-docs/pull/21475