-
Bug
-
Resolution: Done
-
Undefined
-
None
-
3
-
False
-
-
False
-
-
As per the doc In the example for enabling Cross namespace alert for UWM.
apiVersion: v1 kind: ConfigMap metadata: name: user-workload-monitoring-config namespace: openshift-user-workload-monitoring data: config.yaml: | namespacesWithoutLabelEnforcement: [ <namespace> ] # ...
The below statement need to be a little more clear
Current statement
Specify one or more projects in which you want to create cross-project alerting rules. Prometheus and Thanos Ruler for user-defined monitoring do not enforce the namespace label in PrometheusRule objects created in these projects.
Updated statement
Specify one or more projects in which you want to create cross-project alerting rules. Prometheus and Thanos Ruler for user-defined monitoring do not enforce the namespace label in PrometheusRule objects created in these projects.This means any prometheusrules created under the namespace mentioned in the label will be applicable to all the projects.
- documents
-
OBSDOCS-1724 better detail on how to list the namespace in Cross project alert example
-
- Closed
-
- links to