1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS-18020: Fixing install via console procedure

This commit is contained in:
Ronan Hennessy
2024-01-15 15:52:15 +00:00
committed by openshift-cherrypick-robot
parent 713bfba056
commit 34fa9a610f

View File

@@ -10,17 +10,25 @@ As a cluster administrator, you can install the NUMA Resources Operator using th
.Procedure
. Install the NUMA Resources Operator using the {product-title} web console:
. Create a namespace for the NUMA Resources Operator:
.. In the {product-title} web console, click *Administration* -> *Namespaces*.
.. Click *Create Namespace*, enter `openshift-numaresources` in the *Name* field, and then click *Create*.
. Install the NUMA Resources Operator:
.. In the {product-title} web console, click *Operators* -> *OperatorHub*.
.. Choose *NUMA Resources Operator* from the list of available Operators, and then click *Install*.
.. In the *Installed Namespaces* field, select the `openshift-numaresources` namespace, and then click *Install*.
. Optional: Verify that the NUMA Resources Operator installed successfully:
.. Switch to the *Operators* -> *Installed Operators* page.
.. Ensure that *NUMA Resources Operator* is listed in the *default* project with a *Status* of *InstallSucceeded*.
.. Ensure that *NUMA Resources Operator* is listed in the `openshift-numaresources` namespace with a *Status* of *InstallSucceeded*.
+
[NOTE]
====