mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
51 lines
2.4 KiB
Plaintext
51 lines
2.4 KiB
Plaintext
////
|
|
This PROCEDURE module included in the following assemblies:
|
|
- service_mesh/v1x/installing-ossm.adoc
|
|
- rhbjaeger-installation.adoc
|
|
////
|
|
|
|
[id="jaeger-operator-install_{context}"]
|
|
= Installing the Jaeger Operator
|
|
|
|
To install Jaeger you use the link:https://operatorhub.io/[OperatorHub] to install the Jaeger Operator.
|
|
|
|
By default the Operator is installed in the `openshift-operators` project.
|
|
|
|
.Prerequisites
|
|
* Access to the {product-title} web console.
|
|
* An account with the `cluster-admin` role.
|
|
* If you require persistent storage, you must also install the Elasticsearch Operator before installing the Jaeger Operator.
|
|
|
|
[WARNING]
|
|
====
|
|
Do not install Community versions of the Operators. Community Operators are not supported.
|
|
====
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} web console as a user with the `cluster-admin` role.
|
|
|
|
. Navigate to *Operators* -> *OperatorHub*.
|
|
|
|
. Type *Jaeger* into the filter to locate the Jaeger Operator.
|
|
|
|
. Click the *Jaeger Operator* provided by Red Hat to display information about the Operator.
|
|
|
|
. Click *Install*.
|
|
|
|
. On the *Install Operator* page, select the *stable* Update Channel. This will automatically update Jaeger as new versions are released. If you select a maintenance channel, for example, *1.17-stable*, you will receive bug fixes and security patches for the length of the support cycle for that version.
|
|
|
|
. Select *All namespaces on the cluster (default)*. This installs the Operator in the default `openshift-operators` project and makes the Operator available to all projects in the cluster.
|
|
|
|
* Select an Approval Strategy. You can select *Automatic* or *Manual* updates. If you choose Automatic updates for an installed Operator, when a new version of that Operator is available, the Operator Lifecycle Manager (OLM) automatically upgrades the running instance of your Operator without human intervention. If you select Manual updates, when a newer version of an Operator is available, the OLM creates an update request. As a cluster administrator, you must then manually approve that update request to have the Operator updated to the new version.
|
|
+
|
|
[NOTE]
|
|
====
|
|
The Manual approval strategy requires a user with appropriate credentials to approve the Operator install and subscription process.
|
|
====
|
|
+
|
|
|
|
. Click *Install*.
|
|
|
|
. On the *Subscription Overview* page, select the `openshift-operators` project. Wait until you see that the Jaeger Operator shows a status of "InstallSucceeded" before continuing.
|