@@ -36,14 +36,14 @@ metadata:
3636 labels:
3737 openshift.io/cluster-monitoring: "true" <2>
3838----
39- <1> You must specify the `openshift-operators-redhat` Namespace. To prevent
40- possible conflicts with metrics, you should configure the Prometheus Cluster
41- Monitoring stack to scrape metrics from the `openshift-operators-redhat`
42- Namespace and not the `openshift-operators` Namespace. The `openshift-operators`
43- Namespace might contain Community Operators, which are untrusted and could publish
44- a metric with the same name as an {product-title} metric, which would cause
45- conflicts.
46- <2> You must specify this label as shown to ensure that cluster monitoring
39+ <1> You must specify the `openshift-operators-redhat` Namespace. To prevent
40+ possible conflicts with metrics, you should configure the Prometheus Cluster
41+ Monitoring stack to scrape metrics from the `openshift-operators-redhat`
42+ Namespace and not the `openshift-operators` Namespace. The `openshift-operators`
43+ Namespace might contain Community Operators, which are untrusted and could publish
44+ a metric with the same name as an {product-title} metric, which would cause
45+ conflicts.
46+ <2> You must specify this label as shown to ensure that cluster monitoring
4747scrapes the `openshift-operators-redhat` Namespace.
4848
4949.. Create the Namespace:
@@ -159,7 +159,7 @@ roleRef:
159159subjects:
160160- kind: ServiceAccount
161161 name: prometheus-k8s
162- namespace: openshift-operators-redhat
162+ namespace: openshift-operators-redhat
163163----
164164
165165.. Create the RBAC object:
0 commit comments