1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/nw-dpu-installing-operator-ui.adoc
Kevin Quinn 283fc4c03c OCPBUGS-64584 Modify DPU Operator Docs to reflect 4.20 code
formatting fix

formatting fix 2

fixing vale errors 5

fixing vale errors 6

fixing vale errors 7
2025-11-12 17:17:02 +00:00

59 lines
2.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * networking/networking_operators/installing-dpu-operator.adoc
:_mod-docs-content-type: PROCEDURE
[id="nw-dpu-installing-operator-ui_{context}"]
= Installing the DPU Operator using the web console
[role="_abstract"]
You can install the DPU Operator by using the web console. You can use the DPU Operator to simplify the installation process when setting up DPU device management on host clusters.
As a cluster administrator, you can install the DPU Operator by using the web console.
.Prerequisites
* Install the OpenShift CLI (`oc`).
* An account with `cluster-admin` privileges.
.Procedure
. In the {product-title} web console, click *Ecosystem* -> *Software Catalog*.
. Select *DPU Operator* from the list of available Operators, and then click *Install*.
. On the *Install Operator* page, under *Installed Namespace*, the *Operator recommended Namespace* option is preselected by default. No action is required.
.. Click *Install*.
.Verification
. Navigate to the *Ecosystem* -> *Installed Operators* page.
. Ensure that the *openshift-dpu-operator* project lists *DPU Operator* with a *Status* of *InstallSucceeded*.
+
[NOTE]
====
During installation an Operator might display a *Failed* status.
If the installation later succeeds with an *InstallSucceeded* message, you can ignore the *Failed* message.
====
.Troubleshooting
* Inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.
* Navigate to the *Workloads* -> *Pods* page and check the logs for pods in the `openshift-dpu-operator` project.
* 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:
+
[source,terminal]
----
$ oc annotate ns/openshift-dpu-operator workload.openshift.io/allowed=management
----
+
[NOTE]
====
For {sno} clusters, the annotation `workload.openshift.io/allowed=management` is required for the namespace.
====