Skip to content

Commit 981ee5e

Browse files
Merge pull request #42412 from Amrita42/BZ2054750
BZ2054750: added annotation
2 parents e182d78 + 2004112 commit 981ee5e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

modules/nw-sriov-installing-operator.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,15 @@ If the operator does not appear as installed, to troubleshoot further:
148148

149149
+
150150
* Inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.
151-
* Navigate to the *Workloads* -> *Pods* page and check the logs for pods in the
152-
`openshift-sriov-network-operator` project.
151+
* Navigate to the *Workloads* -> *Pods* page and check the logs for pods in the `openshift-sriov-network-operator` project.
152+
* Check the namespace of the YAML file. If the annotation is missing, you can add the annotation `workload.openshift.io/allowed=management` to the Operator namespace with the following command:
153+
+
154+
[source,terminal]
155+
----
156+
$ oc annotate ns/openshift-sriov-network-operator workload.openshift.io/allowed=management
157+
----
158+
+
159+
[NOTE]
160+
====
161+
For the Single Node OpenShift (SNO) cluster, the annotation `workload.openshift.io/allowed=management` is required for the namespace.
162+
====

0 commit comments

Comments
 (0)