Skip to content

Commit 347f94a

Browse files
authored
Merge pull request #75737 from GroceryBoyJr/nfd-true
OCPBUGS-19976: Update NFD operator installation to add label cluster-monitoring=true
2 parents d9ae1e9 + e3c1885 commit 347f94a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/psap-installing-node-feature-discovery-operator.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ As a cluster administrator, you can install the NFD Operator using the CLI.
2323

2424
. Create a namespace for the NFD Operator.
2525

26-
.. Create the following `Namespace` custom resource (CR) that defines the `openshift-nfd` namespace, and then save the YAML in the `nfd-namespace.yaml` file:
26+
.. Create the following `Namespace` custom resource (CR) that defines the `openshift-nfd` namespace, and then save the YAML in the `nfd-namespace.yaml` file. Set `cluster-monitoring` to `"true"`.
2727
+
2828
[source,yaml]
2929
----
3030
apiVersion: v1
3131
kind: Namespace
3232
metadata:
3333
name: openshift-nfd
34+
labels:
35+
name: openshift-nfd
36+
openshift.io/cluster-monitoring: "true"
3437
----
3538

3639
.. Create the namespace by running the following command:

0 commit comments

Comments
 (0)