Skip to content

OCPBUGS-29468 SR-IOV operator non existing 4.14/4.15 channel #71670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions modules/nw-sriov-installing-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,7 @@ spec:
EOF
----

. Subscribe to the SR-IOV Network Operator.

.. Run the following command to get the {product-title} major and minor version. It is required for the `channel` value in the next
step.
+
[source,terminal]
----
$ OC_VERSION=$(oc version -o yaml | grep openshiftVersion | \
grep -o '[0-9]*[.][0-9]*' | head -1)
----

.. To create a Subscription CR for the SR-IOV Network Operator, enter the following command:
. To create a Subscription CR for the SR-IOV Network Operator, enter the following command:
+
[source,terminal]
----
Expand All @@ -74,7 +63,7 @@ metadata:
name: sriov-network-operator-subscription
namespace: openshift-sriov-network-operator
spec:
channel: "${OC_VERSION}"
channel: stable
name: sriov-network-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
Expand Down