Skip to content

Commit 7c83c1d

Browse files
authored
Merge pull request #40733 from JStickler/OSSMDOC-387
OSSMDOC-387: Document changing the Operator channel.
2 parents 58e82c3 + 6bd2f9d commit 7c83c1d

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

distr_tracing/distr_tracing_install/distr-tracing-updating.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ toc::[]
77

88
Operator Lifecycle Manager (OLM) controls the installation, upgrade, and role-based access control (RBAC) of Operators in a cluster. The OLM runs by default in {product-title}.
99
OLM queries for available Operators as well as upgrades for installed Operators.
10-
For more information about how {product-title} handles upgrades, refer to the xref:../../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager] documentation.
10+
For more information about how {product-title} handles upgrades, see the xref:../../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager] documentation.
1111

1212
During an update, the {DTProductName} Operators upgrade the managed {DTShortName} instances to the version associated with the Operator. Whenever a new version of the {JaegerName} Operator is installed, all the {JaegerShortName} application instances managed by the Operator are upgraded to the Operator's version. For example, after upgrading the Operator from 1.10 installed to 1.11, the Operator scans for running {JaegerShortName} instances and upgrades them to 1.11 as well.
1313

14-
For specific instructions on how to update the OpenShift Elasticsearch Operator, refer to xref:../../logging/cluster-logging-upgrading.adoc#cluster-logging-upgrading_cluster-logging-upgrading[Updating OpenShift Logging].
14+
For specific instructions on how to update the OpenShift Elasticsearch Operator, see xref:../../logging/cluster-logging-upgrading.adoc#cluster-logging-upgrading_cluster-logging-upgrading[Updating OpenShift Logging].
15+
16+
include::modules/distr-tracing-change-operator-20.adoc[leveloffset=+1]
17+
18+
[IMPORTANT]
19+
====
20+
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.
21+
====
22+
23+
For instructions on how to update the Operator channel, see xref:../../operators/admin/olm-upgrading-operators.adoc[Upgrading installed Operators].
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
////
2+
This PROCEDURE module included in the following assemblies:
3+
- /dist_tracing_install/dist-tracing-updating.adoc
4+
////
5+
6+
[id="dist-tracing-changing-operator-channel_{context}"]
7+
= Changing the Operator channel for 2.0
8+
9+
{DTProductName} 2.0.0 made the following changes:
10+
11+
* Renamed the Red Hat OpenShift Jaeger Operator to the {JaegerName} Operator.
12+
13+
* Stopped support for individual release channels. Going forward, the {JaegerName} Operator will only support the *stable* Operator channel. Maintenance channels, for example *1.24-stable*, will no longer be supported by future Operators.
14+
15+
As part of the update to version 2.0, you must update your OpenShift Elasticsearch and {JaegerName} Operator subscriptions.
16+
17+
.Prerequisites
18+
19+
* The {product-title} version is 4.6 or later.
20+
* You have updated the OpenShift Elasticsearch Operator.
21+
* You have backed up the Jaeger custom resource file.
22+
* An account with the `cluster-admin` role. If you use Red Hat OpenShift Dedicated, you must have an account with the `dedicated-admin` role.

0 commit comments

Comments
 (0)