@@ -22,7 +22,7 @@ As a cluster administrator, you can install the Operator using the CLI.
22
22
23
23
.Procedure
24
24
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:
26
26
+
27
27
[source,terminal]
28
28
----
@@ -36,7 +36,7 @@ metadata:
36
36
EOF
37
37
----
38
38
39
- . To create an OperatorGroup CR, enter the following command:
39
+ . Create an ` OperatorGroup` custom resource (CR) by entering the following command:
40
40
+
41
41
[source,terminal]
42
42
----
52
52
EOF
53
53
----
54
54
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:
56
56
+
57
57
[source,terminal]
58
58
----
69
69
sourceNamespace: openshift-marketplace
70
70
EOF
71
71
----
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
72
91
73
- . To verify that the Operator is installed, enter the following command:
92
+ * Check that the Operator is installed by entering the following command:
74
93
+
75
94
[source,terminal]
76
95
----
@@ -82,7 +101,7 @@ $ oc get csv -n openshift-sriov-network-operator \
82
101
[source,terminal,subs="attributes+"]
83
102
----
84
103
Name Phase
85
- sriov-network-operator.{product-version}.0-202310121402 Succeeded
104
+ sriov-network-operator.{product-version}.0-202406131906 Succeeded
86
105
----
87
106
88
107
[id="install-operator-web-console_{context}"]
0 commit comments