Skip to content

Commit 8100753

Browse files
authored
Merge pull request #64953 from opayne1/OSDOCS-6367
OSDOCS#6367:Installing specific Operator version in web console
2 parents 11de180 + a46702d commit 8100753

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * operators/admin/olm-adding-operators-to-cluster.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="olm-installing-specific-version-web-console_{context}"]
7+
= Installing a specific version of an Operator in the web console
8+
9+
You can install a specific version of an Operator by using the OperatorHub in the web console. You are able to browse the various versions of an operator across any channels it might have, view the metadata for that channel and version, and select the exact version you want to install.
10+
11+
.Prerequisites
12+
13+
* You must have administrator privileges.
14+
15+
.Procedure
16+
17+
. From the web console, click *Operators**OperatorHub*.
18+
19+
. Select an Operator you want to install.
20+
21+
. From the selected Operator, you can select a *Channel* and *Version* from the lists.
22+
+
23+
[NOTE]
24+
====
25+
The version selection defaults to the latest version for the channel selected. If the latest version for the channel is selected, the Automatic approval strategy is enabled by default. Otherwise Manual approval is required when not installing the latest version for the selected channel.
26+
27+
Manual approval applies to all operators installed in a namespace.
28+
29+
Installing an Operator with manual approval causes all Operators installed within the namespace to function with the Manual approval strategy and all Operators are updated together. Install Operators into separate namespaces for updating independently.
30+
====
31+
32+
. Click *Install*
33+
34+
.Verification
35+
36+
* When the operator is installed, the metadata indicates which channel and version are installed.
37+
+
38+
[NOTE]
39+
====
40+
The channel and version dropdown menus are still available for viewing other version metadata in this catalog context.
41+
====

operators/admin/olm-adding-operators-to-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ include::modules/olm-installing-specific-version-cli.adoc[leveloffset=+1]
4848
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-approving-pending-upgrade_olm-upgrading-operators[Manually approving a pending Operator update]
4949
* xref:../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-installing-global-namespaces_olm-adding-operators-to-a-cluster[Installing global Operators in custom namespaces]
5050
51+
include::modules/olm-installing-specific-version-web-console.adoc[leveloffset=+1]
52+
5153
include::modules/olm-preparing-multitenant-operators.adoc[leveloffset=+1]
5254
.Next steps
5355

0 commit comments

Comments
 (0)