Skip to content

Commit 9e591dd

Browse files
authored
Merge pull request #70263 from rohennes/OCPBUGS-18020
OCPBUGS#18020: Fixing install via console procedure
2 parents 341b918 + 6967311 commit 9e591dd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/cnf-installing-numa-resources-operator-console.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,25 @@ As a cluster administrator, you can install the NUMA Resources Operator using th
1010

1111
.Procedure
1212

13-
. Install the NUMA Resources Operator using the {product-title} web console:
13+
. Create a namespace for the NUMA Resources Operator:
14+
15+
.. In the {product-title} web console, click *Administration* -> *Namespaces*.
16+
17+
.. Click *Create Namespace*, enter `openshift-numaresources` in the *Name* field, and then click *Create*.
18+
19+
. Install the NUMA Resources Operator:
1420

1521
.. In the {product-title} web console, click *Operators* -> *OperatorHub*.
1622

1723
.. Choose *NUMA Resources Operator* from the list of available Operators, and then click *Install*.
1824

25+
.. In the *Installed Namespaces* field, select the `openshift-numaresources` namespace, and then click *Install*.
26+
1927
. Optional: Verify that the NUMA Resources Operator installed successfully:
2028

2129
.. Switch to the *Operators* -> *Installed Operators* page.
2230

23-
.. Ensure that *NUMA Resources Operator* is listed in the *default* project with a *Status* of *InstallSucceeded*.
31+
.. Ensure that *NUMA Resources Operator* is listed in the `openshift-numaresources` namespace with a *Status* of *InstallSucceeded*.
2432
+
2533
[NOTE]
2634
====

0 commit comments

Comments
 (0)