File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 52
52
EOF
53
53
----
54
54
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:
67
56
+
68
57
[source,terminal]
69
58
----
@@ -74,7 +63,7 @@ metadata:
74
63
name: sriov-network-operator-subscription
75
64
namespace: openshift-sriov-network-operator
76
65
spec:
77
- channel: "${OC_VERSION}"
66
+ channel: stable
78
67
name: sriov-network-operator
79
68
source: redhat-operators
80
69
sourceNamespace: openshift-marketplace
You can’t perform that action at this time.
0 commit comments