mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
This PR publishes the 3.8 release and consolidates the following PRs: https://github.com/openshift/openshift-docs/pull/102702 https://github.com/openshift/openshift-docs/pull/103126 https://github.com/openshift/openshift-docs/pull/102819 https://github.com/openshift/openshift-docs/pull/102760 https://github.com/openshift/openshift-docs/pull/102804 https://github.com/openshift/openshift-docs/pull/102897 Jira: https://issues.redhat.com/browse/OBSDOCS-1699
67 lines
2.3 KiB
Plaintext
67 lines
2.3 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 {product-title} 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}:
|
|
|
|
.. In the web console, search for `{OTELOperator}`.
|
|
+
|
|
[TIP]
|
|
====
|
|
In {product-title} 4.19 or earlier, go to *Operators* -> *OperatorHub*.
|
|
|
|
In {product-title} 4.20 or later, go to *Ecosystem* -> *Software Catalog*.
|
|
====
|
|
|
|
.. 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 *Ecosystem* -> *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 *Ecosystem* -> *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.
|