Skip to content

Commit 49e1f02

Browse files
authored
Merge pull request #35170 from rolfedh/RHDEVDOCS-3181
RHDEVDOCS-3203 Document stable option
2 parents d623ac7 + 03ca19a commit 49e1f02

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

modules/cluster-logging-deploy-cli.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,17 @@ spec:
146146
name: "elasticsearch-operator"
147147
----
148148
<1> You must specify the `openshift-operators-redhat` Namespace.
149-
<2> Specify `5.0` or `stable-5.<x>` as the channel. `stable-5.<x>` is the latest released code for the version number you specify with `x`.
149+
<2> Specify `5.0`, `stable`, or `stable-5.<x>` as the channel. See the following note.
150150
<3> Specify `redhat-operators`. If your {product-title} cluster is installed on a restricted network, also known as a disconnected cluster,
151151
specify the name of the CatalogSource object created when you configured the Operator Lifecycle Manager (OLM).
152+
+
153+
[NOTE]
154+
====
155+
Specifying `stable` installs the current version of the latest stable release. Using `stable` with `installPlanApproval: "Automatic"`, will automatically upgrade your operators to the latest stable major and minor release.
156+
157+
Specifying `stable-5.<x>` installs the current minor version of a specific major release. Using `stable-5.<x>` with `installPlanApproval: "Automatic"`, will automatically upgrade your operators to the latest stable minor release within the major release you specify with `x`.
158+
====
159+
152160

153161
.. Create the Subscription object:
154162
+
@@ -232,13 +240,13 @@ metadata:
232240
name: cluster-logging
233241
namespace: openshift-logging <1>
234242
spec:
235-
channel: "stable-5.1" <2>
243+
channel: "stable" <2>
236244
name: cluster-logging
237245
source: redhat-operators <3>
238246
sourceNamespace: openshift-marketplace
239247
----
240248
<1> You must specify the `openshift-logging` Namespace.
241-
<2> Specify `5.0` or `stable-5.<x>` as the channel. `stable-5.<x>` is the latest released code for the version number you specify with `x`.
249+
<2> Specify `5.0`, `stable`, or `stable-5.<x>` as the channel.
242250
<3> Specify `redhat-operators`. If your {product-title} cluster is installed on a restricted network, also known as a disconnected cluster, specify the name of the CatalogSource object you created when you configured the Operator Lifecycle Manager (OLM).
243251
+
244252
[source,terminal]

0 commit comments

Comments
 (0)