Skip to content

Commit 865adbe

Browse files
authored
Merge pull request #52282 from adellape/labapp
2 parents 4e767ac + 44bdbb0 commit 865adbe

14 files changed

+50
-26
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ Topics:
14951495
- Name: Adding Operators to a cluster
14961496
File: olm-adding-operators-to-cluster
14971497
Distros: openshift-enterprise,openshift-origin
1498-
- Name: Upgrading installed Operators
1498+
- Name: Updating installed Operators
14991499
File: olm-upgrading-operators
15001500
Distros: openshift-enterprise,openshift-origin
15011501
- Name: Deleting Operators from a cluster

distr_tracing/distr_tracing_install/distr-tracing-updating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ include::modules/distr-tracing-change-operator-20.adoc[leveloffset=+1]
2121
If you have not already updated your OpenShift Elasticsearch Operator as described in xref:../../logging/cluster-logging-upgrading.adoc[Updating OpenShift Logging] complete that update before updating your {JaegerName} Operator.
2222
====
2323

24-
For instructions on how to update the Operator channel, see xref:../../operators/admin/olm-upgrading-operators.adoc[Upgrading installed Operators].
24+
For instructions on how to update the Operator channel, see xref:../../operators/admin/olm-upgrading-operators.adoc[Updating installed Operators].

modules/olm-approving-pending-upgrade.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:_content-type: PROCEDURE
77
[id="olm-approving-pending-upgrade_{context}"]
8-
= Manually approving a pending Operator upgrade
8+
= Manually approving a pending Operator update
99

1010
If an installed Operator has the approval strategy in its subscription set to *Manual*, when new updates are released in its current update channel, the update must be manually approved before installation can begin.
1111

@@ -17,12 +17,12 @@ If an installed Operator has the approval strategy in its subscription set to *M
1717

1818
. In the *Administrator* perspective of the {product-title} web console, navigate to *Operators -> Installed Operators*.
1919

20-
. Operators that have a pending upgrade display a status with *Upgrade available*. Click the name of the Operator you want to upgrade.
20+
. Operators that have a pending update display a status with *Upgrade available*. Click the name of the Operator you want to update.
2121

22-
. Click the *Subscription* tab. Any upgrades requiring approval are displayed next to *Upgrade Status*. For example, it might display *1 requires approval*.
22+
. Click the *Subscription* tab. Any update requiring approval are displayed next to *Upgrade Status*. For example, it might display *1 requires approval*.
2323

2424
. Click *1 requires approval*, then click *Preview Install Plan*.
2525

26-
. Review the resources that are listed as available for upgrade. When satisfied, click *Approve*.
26+
. Review the resources that are listed as available for update. When satisfied, click *Approve*.
2727

28-
. Navigate back to the *Operators -> Installed Operators* page to monitor the progress of the upgrade. When complete, the status changes to *Succeeded* and *Up to date*.
28+
. Navigate back to the *Operators -> Installed Operators* page to monitor the progress of the update. When complete, the status changes to *Succeeded* and *Up to date*.

modules/olm-changing-update-channel.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,20 @@
66
[id="olm-changing-update-channel_{context}"]
77
= Changing the update channel for an Operator
88

9-
The subscription of an installed Operator specifies an update channel, which is used to track and receive updates for the Operator. To upgrade the Operator to start tracking and receiving updates from a newer channel, you can change the update channel in the subscription.
9+
You can change the update channel for an Operator by using the {product-title} web console.
1010

11-
The names of update channels in a subscription can differ between Operators, but the naming scheme should follow a common convention within a given Operator. For example, channel names might follow a minor release update stream for the application provided by the Operator (`1.2`, `1.3`) or a release frequency (`stable`, `fast`).
12-
13-
[NOTE]
11+
[TIP]
1412
====
15-
Installed Operators cannot change to a channel that is older than the current channel.
13+
If the approval strategy in the subscription is set to *Automatic*, the update process initiates as soon as a new Operator version is available in the selected channel. If the approval strategy is set to *Manual*, you must manually approve pending updates.
1614
====
1715

18-
If the approval strategy in the subscription is set to *Automatic*, the upgrade process initiates as soon as a new Operator version is available in the selected channel. If the approval strategy is set to *Manual*, you must manually approve pending upgrades.
19-
2016
.Prerequisites
2117

2218
* An Operator previously installed using Operator Lifecycle Manager (OLM).
2319
2420
.Procedure
2521

26-
. In the *Administrator* perspective of the {product-title} web console, navigate to *Operators -> Installed Operators*.
22+
. In the *Administrator* perspective of the web console, navigate to *Operators -> Installed Operators*.
2723

2824
. Click the name of the Operator you want to change the update channel for.
2925

@@ -33,6 +29,6 @@ If the approval strategy in the subscription is set to *Automatic*, the upgrade
3329

3430
. Click the newer update channel that you want to change to, then click *Save*.
3531

36-
. For subscriptions with an *Automatic* approval strategy, the upgrade begins automatically. Navigate back to the *Operators -> Installed Operators* page to monitor the progress of the upgrade. When complete, the status changes to *Succeeded* and *Up to date*.
32+
. For subscriptions with an *Automatic* approval strategy, the update begins automatically. Navigate back to the *Operators -> Installed Operators* page to monitor the progress of the update. When complete, the status changes to *Succeeded* and *Up to date*.
3733
+
38-
For subscriptions with a *Manual* approval strategy, you can manually approve the upgrade from the *Subscription* tab.
34+
For subscriptions with a *Manual* approval strategy, you can manually approve the update from the *Subscription* tab.

modules/olm-preparing-upgrade.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * operators/admin/olm-upgrading-operators.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="olm-preparing-upgrade_{context}"]
7+
= Preparing for an Operator update
8+
9+
The subscription of an installed Operator specifies an update channel that tracks and receives updates for the Operator. You can change the update channel to start tracking and receiving updates from a newer channel.
10+
11+
The names of update channels in a subscription can differ between Operators, but the naming scheme typically follows a common convention within a given Operator. For example, channel names might follow a minor release update stream for the application provided by the Operator (`1.2`, `1.3`) or a release frequency (`stable`, `fast`).
12+
13+
[NOTE]
14+
====
15+
You cannot change installed Operators to a channel that is older than the current channel.
16+
====
17+
18+
Red Hat Customer Portal Labs include the following application that helps administrators prepare to update their Operators:
19+
20+
* link:https://access.redhat.com/labs/ocpouic/[Red Hat OpenShift Container Platform Operator Update Information Checker]
21+
22+
You can use the application to search for Operator Lifecycle Manager-based Operators and verify the available Operator version per update channel across different versions of {product-title}. Cluster Version Operator-based Operators are not included.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include::modules/olm-installing-specific-version-cli.adoc[leveloffset=+1]
3737
[role="_additional-resources"]
3838
.Additional resources
3939

40-
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-approving-pending-upgrade_olm-upgrading-operators[Manually approving a pending Operator upgrade]
40+
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-approving-pending-upgrade_olm-upgrading-operators[Manually approving a pending Operator update]
4141
4242
include::modules/olm-pod-placement.adoc[leveloffset=+1]
4343

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
:_content-type: ASSEMBLY
22
[id="olm-upgrading-operators"]
3-
= Upgrading installed Operators
3+
= Updating installed Operators
44
include::_attributes/common-attributes.adoc[]
55
:context: olm-upgrading-operators
66

77
toc::[]
88

9-
As a cluster administrator, you can upgrade Operators that have been previously installed using Operator Lifecycle Manager (OLM) on your {product-title} cluster.
9+
As a cluster administrator, you can update Operators that have been previously installed using Operator Lifecycle Manager (OLM) on your {product-title} cluster.
1010

11+
include::modules/olm-preparing-upgrade.adoc[leveloffset=+1]
1112
include::modules/olm-changing-update-channel.adoc[leveloffset=+1]
1213
include::modules/olm-approving-pending-upgrade.adoc[leveloffset=+1]

operators/operator_sdk/osdk-working-bundle-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include::modules/osdk-control-compat.adoc[leveloffset=+1]
3838
.Additional resources
3939

4040
* link:https://redhat-connect.gitbook.io/certified-operator-guide/ocp-deployment/operator-metadata/bundle-directory/managing-openshift-versions[Managing OpenShift Versions] in the _Certified Operator Build Guide_
41-
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Upgrading installed Operators]
41+
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators]
4242
* xref:../../operators/understanding/olm-rh-catalogs.adoc#olm-rh-catalogs[Red Hat-provided Operator catalogs]
4343
4444
[id="osdk-working-bundle-images-additional-resources"]

operators/user/olm-installing-operators-in-namespace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ include::modules/olm-installing-specific-version-cli.adoc[leveloffset=+1]
3737
[role="_additional-resources"]
3838
.Additional resources
3939

40-
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-approving-pending-upgrade_olm-upgrading-operators[Manually approving a pending Operator upgrade]
40+
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-approving-pending-upgrade_olm-upgrading-operators[Manually approving a pending Operator update]
4141
endif::[]

sandboxed_containers/upgrading-sandboxed-containers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more information about upgrading {product-title}, see xref:../updating/index
3838

3939
Use Operator Lifecycle Manager (OLM) to upgrade the {sandboxed-containers-operator} either manually or automatically. Selecting between manual or automatic upgrade during the initial deployment determines the future upgrade mode. For manual upgrades, the web console shows the available updates that can be installed by the cluster administrator.
4040

41-
For more information about upgrading the {sandboxed-containers-operator} in Operator Lifecycle Manager (OLM), see xref:../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Upgrading installed Operators].
41+
For more information about upgrading the {sandboxed-containers-operator} in Operator Lifecycle Manager (OLM), see xref:../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators].
4242

4343
[id="sandboxed-containers-upgrading-monitor-pods"]
4444
== Upgrading the {sandboxed-containers-first} monitor pods

0 commit comments

Comments
 (0)