Skip to content

Commit 787cf63

Browse files
authored
Merge pull request #93016 from shreyasiddhartha/OSSM-8953
OSSM-8953 Add update approval strategy / channel guidance to operator install procedure
2 parents c3837f2 + 9707d85 commit 787cf63

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

modules/ossm-installing-operator.adoc

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,24 @@ For clusters without {SMProduct} instances, install the {SMProductShortName} Ope
2424

2525
. Locate the {SMProductShortName} Operator, and click to select it.
2626

27-
. When the prompt that discusses the community operator appears, click *Continue*.
27+
. When the prompt that discusses the community operator opens, click *Continue*.
2828

29-
. Verify the {SMProductShortName} Operator is version 3.0, and click *Install*.
29+
. Click *Install*.
3030

31-
. Use the default installation settings presented, and click *Install* to continue.
31+
. On the *Install Operator* page, perform the following steps:
3232

33-
. Click *Operators* -> *Installed Operators* to verify that the {SMProductShortName} Operator is installed. `Succeeded` should appear in the *Status* column.
33+
.. Select *All namespaces on the cluster (default)* as the *Installation Mode*. This mode installs the Operator in the default `openshift-operators` namespace, which enables the Operator to watch and be available to all namespaces in the cluster.
34+
35+
.. Select *Automatic* as the *Approval Strategy*. This ensures that the {olm-first} handles the future upgrades to the Operator automatically. If you select the *Manual* approval strategy, {olm} creates an update request. As a cluster administrator, you must then manually approve the {olm} update request to update the Operator to the new version.
36+
37+
.. Select an *Update Channel*.
38+
+
39+
* Choose the *stable* channel to install the latest stable version of the {SMProductName} 3 Operator. It is the default channel for installing the Operator.
40+
+
41+
* To install a specific version of the {SMProductName} 3 Operator, choose the corresponding `stable-<version>` channel. For example, to install the {SMProductName} Operator version 3.0.x, use the *stable-3.0* channel.
42+
43+
. Click *Install* to install the Operator.
44+
45+
.Verification
46+
47+
. Click *Operators* -> *Installed Operators* to verify that the {SMProductShortName} Operator is installed. `Succeeded` should show in the *Status* column.

0 commit comments

Comments
 (0)