Skip to content

Commit 9047c34

Browse files
authored
Merge pull request #71670 from kquinn1204/OCPBUGS-29468
OCPBUGS-29468 SR-IOV operator non existing 4.14/4.15 channel
2 parents 83b3175 + af80d56 commit 9047c34

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

modules/nw-sriov-installing-operator.adoc

+2-13
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,7 @@ spec:
5252
EOF
5353
----
5454

55-
. Subscribe to the SR-IOV Network Operator.
56-
57-
.. Run the following command to get the {product-title} major and minor version. It is required for the `channel` value in the next
58-
step.
59-
+
60-
[source,terminal]
61-
----
62-
$ OC_VERSION=$(oc version -o yaml | grep openshiftVersion | \
63-
grep -o '[0-9]*[.][0-9]*' | head -1)
64-
----
65-
66-
.. To create a Subscription CR for the SR-IOV Network Operator, enter the following command:
55+
. To create a Subscription CR for the SR-IOV Network Operator, enter the following command:
6756
+
6857
[source,terminal]
6958
----
@@ -74,7 +63,7 @@ metadata:
7463
name: sriov-network-operator-subscription
7564
namespace: openshift-sriov-network-operator
7665
spec:
77-
channel: "${OC_VERSION}"
66+
channel: stable
7867
name: sriov-network-operator
7968
source: redhat-operators
8069
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)