-
Bug
-
Resolution: Done
-
Normal
-
None
-
ACM 2.12.0
-
2
-
False
-
None
-
False
-
ACM-12063 - Multi-signal Observability Storage, Collection and Query Support in ACM
-
-
-
Important
-
None
Description of problem:
MCOA uses an extra controller to watch resource changes that are not directly referenced on ManagedClusterAddon resource. These resources can exist either on the namespace of the spoke cluster or on the namespace "open-cluster-management-observability". To determine if a resource update required a new reconciliation for the ManagedClusterAddon we were looking at what resources were specified in the spec of the ManifestWork. However there was a bug where reconciliations where only done when there was an error with the listing of ManifestWork
Version-Release number of selected component (if applicable): ACM 2.12
How reproducible: Always
Steps to Reproduce:
- Deploy MCOA
- Configure it with an instance of CLF
- Place the secret in the "open-cluster-management-observability".
- Update the secret
Actual results:
No reconciliation should be triggered
Expected results:
Reconciliation should be triggered