Skip to content

Commit 683ec39

Browse files
authored
Merge pull request #62715 from Phaow/lso-dev
OCPBUGS-123: Update LSO install channel
2 parents bdbba28 + 770aa7e commit 683ec39

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

modules/persistent-storage-local-install.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ Once finished, the Local Storage Operator will be listed in the *Installed Opera
6868
.From the CLI
6969
. Install the Local Storage Operator from the CLI.
7070

71-
.. Run the following command to get the {product-title} major and minor version. It is required for the `channel` value in the next
72-
step.
73-
+
74-
[source,terminal]
75-
----
76-
$ OC_VERSION=$(oc version -o yaml | grep openshiftVersion | \
77-
grep -o '[0-9]*[.][0-9]*' | head -1)
78-
----
79-
8071
.. Create an object YAML file to define an Operator group and subscription for the Local Storage Operator,
8172
such as `openshift-local-storage.yaml`:
8273
+
@@ -98,7 +89,7 @@ metadata:
9889
name: local-storage-operator
9990
namespace: openshift-local-storage
10091
spec:
101-
channel: "${OC_VERSION}"
92+
channel: stable
10293
installPlanApproval: Automatic <1>
10394
name: local-storage-operator
10495
source: redhat-operators

0 commit comments

Comments
 (0)