-
Bug
-
Resolution: Unresolved
-
Normal
-
ACM 2.15.0
Context:
The PrometheusRules configurations defines in the `open-cluster-management-observability` namespace are all consumed by the platform prometheus. And there is not way avoiding it as the namespace holds the "openshift.io/cluster-monitoring: 'true'" label and there is not configured label at the resource level to avoid having it watched:
ruleSelector: {}
ruleNamespaceSelector:
matchLabels:
openshift.io/cluster-monitoring: 'true'
Acceptance:
We can define configuration prometheusRules that are not consumed by the OCP Platform Monitoring.