Skip to content

Commit 0fd83b3

Browse files
committed
OSDOCS-10726:Adding total resource usage table, edits needed
OCPBUGS-33339:Adding a step
1 parent 179ceda commit 0fd83b3

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

modules/nw-sriov-installing-operator.adoc

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As a cluster administrator, you can install the Operator using the CLI.
2222

2323
.Procedure
2424

25-
. To create the `openshift-sriov-network-operator` namespace, enter the following command:
25+
. Create the `openshift-sriov-network-operator` namespace by entering the following command:
2626
+
2727
[source,terminal]
2828
----
@@ -36,7 +36,7 @@ metadata:
3636
EOF
3737
----
3838

39-
. To create an OperatorGroup CR, enter the following command:
39+
. Create an `OperatorGroup` custom resource (CR) by entering the following command:
4040
+
4141
[source,terminal]
4242
----
@@ -52,7 +52,7 @@ spec:
5252
EOF
5353
----
5454

55-
. To create a Subscription CR for the SR-IOV Network Operator, enter the following command:
55+
. Create a `Subscription` CR for the SR-IOV Network Operator by entering the following command:
5656
+
5757
[source,terminal]
5858
----
@@ -69,8 +69,27 @@ spec:
6969
sourceNamespace: openshift-marketplace
7070
EOF
7171
----
72+
. Create an `SriovoperatorConfig` resource by entering the following command:
73+
+
74+
[source,terminal]
75+
----
76+
$ cat <<EOF | oc create -f -
77+
apiVersion: sriovnetwork.openshift.io/v1
78+
kind: SriovOperatorConfig
79+
metadata:
80+
name: default
81+
namespace: openshift-sriov-network-operator
82+
spec:
83+
enableInjector: true
84+
enableOperatorWebhook: true
85+
logLevel: 2
86+
disableDrain: false
87+
EOF
88+
----
89+
90+
.Verification
7291

73-
. To verify that the Operator is installed, enter the following command:
92+
* Check that the Operator is installed by entering the following command:
7493
+
7594
[source,terminal]
7695
----
@@ -82,7 +101,7 @@ $ oc get csv -n openshift-sriov-network-operator \
82101
[source,terminal,subs="attributes+"]
83102
----
84103
Name Phase
85-
sriov-network-operator.{product-version}.0-202310121402 Succeeded
104+
sriov-network-operator.{product-version}.0-202406131906 Succeeded
86105
----
87106

88107
[id="install-operator-web-console_{context}"]

0 commit comments

Comments
 (0)