You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install {JaegerName}, you use the link:https://operatorhub.io/[OperatorHub] to install the {JaegerName} Operator.
10
+
You can install the {JaegerOperator} Operator through the link:https://operatorhub.io/[*OperatorHub*].
11
11
12
12
By default, the Operator is installed in the `openshift-operators` project.
13
13
14
14
.Prerequisites
15
15
* You have access to the {product-title} web console.
16
16
* You have access to the cluster as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
17
-
* If you require persistent storage, you must also install the OpenShift Elasticsearch Operator before installing the {JaegerName} Operator.
18
-
19
-
[WARNING]
20
-
====
21
-
Do not install Community versions of the Operators. Community Operators are not supported.
22
-
====
17
+
* If you require persistent storage, you must install the {es-op} before installing the {JaegerOperator} Operator.
23
18
24
19
.Procedure
25
20
26
21
. Log in to the {product-title} web console as a user with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
27
22
28
23
. Navigate to *Operators*->*OperatorHub*.
29
24
30
-
. Type *distributed tracing platform*into the filter to locate the {JaegerName} Operator.
25
+
. Search for the {JaegerOperator} Operator by entering *distributed tracing platform*in the search field.
31
26
32
-
. Click the *{JaegerName} Operator*provided by Red Hat to display information about the Operator.
27
+
. Select the *{JaegerOperator}* Operator, which is *provided by Red Hat*, to display information about the Operator.
33
28
34
29
. Click *Install*.
35
30
36
-
. On the *Install Operator* page, select the *stable*Update Channel. This automatically updates your Operator as new versions are released.
31
+
. For the *Update channel* on the *Install Operator* page, select *stable*to automatically update the Operator when new versions are released.
37
32
//If you select a maintenance channel, for example, *Stable*, you will receive bug fixes and security patches for the length of the support cycle for that version.
38
33
39
34
. Accept the default *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.
40
35
41
-
* Accept the default *Automatic* approval strategy. By accepting the default, when a new version of this Operator is available, 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, 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.
36
+
. Accept the default *Automatic* approval strategy.
42
37
+
43
38
[NOTE]
44
39
====
45
-
The *Manual* approval strategy requires a user with appropriate credentials to approve the Operator install and subscription process.
40
+
If you accept this default, the Operator Lifecycle Manager (OLM) automatically upgrades the running instance of this Operator when a new version of the Operator becomes available.
41
+
42
+
If you select *Manual* updates, the OLM creates an update request when a new version of the Operator becomes available. To update the Operator to the new version, you must then manually approve the update request as a cluster administrator. The *Manual* approval strategy requires a cluster administrator to manually approve Operator installation and subscription.
46
43
====
47
44
48
45
. Click *Install*.
49
46
50
47
. Navigate to *Operators*->*Installed Operators*.
51
48
52
-
. On the *Installed Operators* page, select the `openshift-operators` project. Wait until you see that the {JaegerName} Operator shows a status of "Succeeded" before continuing.
49
+
. On the *Installed Operators* page, select the `openshift-operators` project. Wait for the *Succeeded* status of the {JaegerOperator} Operator before continuing.
.. In the *Details* tab of the page of the installed Operator, under *ClusterServiceVersion details*, verify that the installation *Status* is *Succeeded*.
43
47
44
48
. Create a project of your choice for the *TempoStack* instance that you will create in a subsequent step: go to *Home*->*Projects*->*Create Project*.
@@ -135,8 +139,6 @@ spec:
135
139
.. Go to *Networking* -> *Routes* and kbd:[Ctrl+F] to search for `tempo`.
136
140
137
141
.. In the *Location* column, open the URL to access the Tempo console.
138
-
139
-
.. Select *Log In With OpenShift* to use your cluster administrator credentials for the web console.
0 commit comments