Skip to content

Commit 85b4896

Browse files
authored
Merge pull request #41169 from skrthomas/BZ2034410
BZ#2034410: Adding a note for namespace label
2 parents f67e6c8 + 6de44c4 commit 85b4896

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/nw-metallb-installing-operator-cli.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ metadata:
4141
EOF
4242
----
4343

44+
. Optional: To ensure BGP and BFD metrics appear in Prometheus, you can label the namespace as in the following command:
45+
+
46+
[source,terminal]
47+
----
48+
$ oc label ns metallb-system "openshift.io/cluster-monitoring=true"
49+
----
50+
4451
. Create an Operator group custom resource in the namespace:
4552
+
4653
[source,terminal]
@@ -128,4 +135,3 @@ $ oc get clusterserviceversion -n metallb-system \
128135
Name Phase
129136
metallb-operator.{product-version}.0-nnnnnnnnnnnn Succeeded
130137
----
131-

0 commit comments

Comments
 (0)