You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/psap-special-resource-operator-installing-using-cli.adoc
+4-45Lines changed: 4 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,48 +17,7 @@ As a cluster administrator, you can install the Special Resource Operator (SRO)
17
17
18
18
.Procedure
19
19
20
-
. Create a namespace for the Special Resource Operator:
21
-
22
-
.. Create the following `Namespace` custom resource (CR) that defines the `openshift-special-resource-operator` namespace, and then save the YAML in the `sro-namespace.yaml` file:
23
-
+
24
-
[source,yaml]
25
-
----
26
-
apiVersion: v1
27
-
kind: Namespace
28
-
metadata:
29
-
name: openshift-special-resource-operator
30
-
----
31
-
32
-
.. Create the namespace by running the following command:
33
-
+
34
-
[source,terminal]
35
-
----
36
-
$ oc create -f sro-namespace.yaml
37
-
----
38
-
39
-
. Install the SRO in the namespace you created in the previous step:
40
-
41
-
.. Create the following `OperatorGroup` CR and save the YAML in the `sro-operatorgroup.yaml` file:
Copy file name to clipboardExpand all lines: modules/psap-special-resource-operator-installing-using-web-console.adoc
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ As a cluster administrator, you can install the Special Resource Operator (SRO)
15
15
.Procedure
16
16
17
17
. Log in to the {product-title} web console.
18
-
. Create the required namespace for the Special Resource Operator:
19
-
.. Navigate to *Administration*->*Namespaces* and click *Create Namespace*.
20
-
.. Enter `openshift-special-resource-operator` in the *Name* field and click *Create*.
21
-
22
18
. Install the Special Resource Operator:
23
19
.. In the {product-title} web console, click *Operators*->*OperatorHub*.
24
20
@@ -31,7 +27,7 @@ As a cluster administrator, you can install the Special Resource Operator (SRO)
31
27
To verify that the Special Resource Operator installed successfully:
32
28
33
29
. Navigate to the *Operators*->*Installed Operators* page.
34
-
. Ensure that *Special Resource Operator* is listed in the *openshift-special-resource-operator* project with a *Status* of *InstallSucceeded*.
30
+
. Ensure that *Special Resource Operator* is listed in the *openshift-operators* project with a *Status* of *InstallSucceeded*.
35
31
+
36
32
[NOTE]
37
33
====
@@ -41,10 +37,10 @@ During installation, an Operator might display a *Failed* status. If the install
41
37
. If the Operator does not appear as installed, to troubleshoot further:
42
38
+
43
39
.. Navigate to the *Operators*->*Installed Operators* page and inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.
44
-
.. Navigate to the *Workloads*->*Pods* page and check the logs for pods in the `openshift-special-resource-operator` project.
40
+
.. Navigate to the *Workloads*->*Pods* page and check the logs for pods in the `openshift-operators` project.
45
41
46
42
+
47
43
[NOTE]
48
44
====
49
45
The Node Feature Discovery (NFD) Operator is a dependency of the Special Resource Operator (SRO). If the NFD Operator is not installed before installing the SRO, the Operator Lifecycle Manager will automatically install the NFD Operator. However, the required Node Feature Discovery operand will not be deployed automatically. The Node Feature Discovery Operator documentation provides details about how to deploy NFD by using the NFD Operator.
0 commit comments