You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cluster-logging-deploy-cli.adoc
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,17 @@ spec:
146
146
name: "elasticsearch-operator"
147
147
----
148
148
<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.
150
150
<3> Specify `redhat-operators`. If your {product-title} cluster is installed on a restricted network, also known as a disconnected cluster,
151
151
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
+
152
160
153
161
.. Create the Subscription object:
154
162
+
@@ -232,13 +240,13 @@ metadata:
232
240
name: cluster-logging
233
241
namespace: openshift-logging <1>
234
242
spec:
235
-
channel: "stable-5.1" <2>
243
+
channel: "stable" <2>
236
244
name: cluster-logging
237
245
source: redhat-operators <3>
238
246
sourceNamespace: openshift-marketplace
239
247
----
240
248
<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.
242
250
<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).
0 commit comments