-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
5
-
False
-
None
-
False
-
NEW
-
ACM-12063 - Multi-signal Observability Storage, Collection and Query Support in ACM
-
NEW
-
If Release Note Needed, Set a Value
-
-
-
Log Storage - Sprint 252, Log Storage - Sprint 253, Log Storage - Sprint 254, Log Storage - Sprint 255
The MCOA addon has the responsibility of creating resources necessary for authenticating spoke workloads with the hub cluster. However, once these resources are created they are not tracked by the addon to be reconciled. So if for instance, cert-manager updates a secret then this secret will not trigger an update to the ManifestWorks resource.
Acceptance Criteria
- When the fleet administrator updates any Secret or ConfigMap referenced by a ClusterLogForwarder packaged in a ManifestWorks, then the addon should reconcile a new version of the ManifestWorks resources.
- When the fleet administrator updates any Secret of ConfigMap referenced by a OpenTelemetryCollector packaged in a ManifestWorks, then the addon should reconcile a new version of the ManifestWorks resources.
Developer Notes:
- Design choice is to write a custom controller-runtime reconcile to watch on secrets and configmaps in dedicated namespaces (per spoke or open-cluster-management-obervability) and referenced by CLF and/or OTELCollector CRDs
- The addon manager provides a Trigger method to reconcile ManifestWorks per spoke.
- is cloned by
-
TRACING-4148 [MCOA] Reconcile resources generated by the addon
- Closed