1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/otel-install-web-console.adoc
Pavol Loffay 13a138305f OBSDOCS-1253: Clarify OTEL and Tempo namespaces
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
2025-07-07 14:57:36 +02:00

60 lines
2.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * observability/otel/otel-installing.adoc
:_mod-docs-content-type: PROCEDURE
[id="installing-otel-by-using-the-web-console_{context}"]
= Installing the {OTELShortName} from the web console
You can install the {OTELShortName} from the *Administrator* view of the web console.
.Prerequisites
* You are logged in to the web console as a cluster administrator with the `cluster-admin` role.
* For {product-dedicated}, you must be logged in using an account with the `dedicated-admin` role.
.Procedure
. Install the {OTELOperator}:
.. Go to *Operators* -> *OperatorHub* and search for `{OTELOperator}`.
.. Select the *{OTELOperator}* that is *provided by Red Hat* -> *Install* -> *Install* -> *View Operator*.
+
[IMPORTANT]
====
This installs the Operator with the default presets:
* *Update channel* -> *stable*
* *Installation mode* -> *All namespaces on the cluster*
* *Installed Namespace* -> *openshift-opentelemetry-operator*
* *Update approval* -> *Automatic*
====
.. In the *Details* tab of the installed Operator page, under *ClusterServiceVersion details*, verify that the installation *Status* is *Succeeded*.
. Create a permitted project of your choice for the *OpenTelemetry Collector* instance that you will create in the next step by going to *Home* -> *Projects* -> *Create Project*. Project names beginning with the `openshift-` prefix are not permitted.
. Create an *OpenTelemetry Collector* instance.
.. Go to *Operators* -> *Installed Operators*.
.. Select *OpenTelemetry Collector* -> *Create OpenTelemetry Collector* -> *YAML view*.
.. In the *YAML view*, customize the `OpenTelemetryCollector` custom resource (CR):
+
--
include::snippets/otel-collector-custom-resource.adoc[]
--
.. Select *Create*.
.Verification
. Use the *Project:* dropdown list to select the project of the *OpenTelemetry Collector* instance.
. Go to *Operators* -> *Installed Operators* to verify that the *Status* of the *OpenTelemetry Collector* instance is *Condition: Ready*.
. Go to *Workloads* -> *Pods* to verify that all the component pods of the *OpenTelemetry Collector* instance are running.