-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
2
-
False
-
False
-
OCPPLAN-8154 - Apply user defined tags to all resources created by OpenShift (AWS)
-
Undefined
-
-
CFE Sprint 212, CFE Sprint 213, CFE Sprint 214, CFE Sprint 215, CFE Sprint 216, CFE Sprint 217
RFE-2012 aims to make the user-defined resource tags feature GA. This means that user defined tags should be updatable.
Currently the aws-ebs-csi-driver-operator adds user-defined tags during operator starting only.
The operator already has infraInformers defined and used during operator starting.
However, the operator so far only add user-defined tags as command-line argument to the operator while starting. This function is used for this purpose.
To make user-defined tags updatable, the operator should use the `infraInformers` to watch the Infrastructure CRD for changed user-defined tags, and updates the resources provisioned by the operator accordingly.
Acceptance Criteria:
- Tests to verify that the EBS volumes are updated without dataloss.
There are no Sub-Tasks for this issue.