-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
3
-
False
-
False
-
OCPPLAN-8154 - Apply user defined tags to all resources created by OpenShift (AWS)
-
Undefined
-
-
CFE Sprint 211, 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 cluster-ingress-operator used client to query the cluster-config here. It does not use watcher on the infrastructure CRD. The current status for this operator is :-
- ingress controller invokes this during reconciliation process
- here we use the retrieved Infrastructure from above, to get the current PlatformStatus
- here we use the PlatformStatus to update user-defined tags here
for this operator I think we need a InfraInformer instead of querying the API server for the cluster Infrastructure
Acceptance Criteria:
e2e test where update to the UserTag updates the resource tags on the ingress-controller provisioned loadbalancers without recreation. now moved toCFE-179