mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
1.8 KiB
Plaintext
33 lines
1.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
|
|
// * networking/network_observability/installing-operators.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="network-observability-loki-installation_{context}"]
|
|
= Installing the {loki-op}
|
|
|
|
[role="_abstract"]
|
|
Install the supported {loki-op} version from the software catalog to enable the secure `LokiStack` instance, which provides automatic in-cluster authentication and authorization for network observability.
|
|
|
|
The link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel9-operator/64479927e1820602a81cdf13[{loki-op} versions 6.0+] are the supported {loki-op} versions for network observability; these versions provide the ability to create a `LokiStack` instance using the `openshift-network` tenant configuration mode and provide fully-automatic, in-cluster authentication and authorization support for network observability.
|
|
|
|
.Prerequisites
|
|
|
|
* You have administrator permissions.
|
|
* You have access to the {product-title} web console.
|
|
* You have access to a supported object store. For example: AWS S3, Google Cloud Storage, Azure, Swift, Minio, or OpenShift Data Foundation.
|
|
|
|
.Procedure
|
|
. In the {product-title} web console, click *Ecosystem* -> *Software Catalog*.
|
|
. Choose *{loki-op}* from the list of available Operators, and click *Install*.
|
|
. Under *Installation Mode*, select *All namespaces on the cluster*.
|
|
|
|
.Verification
|
|
. Verify that you installed the {loki-op}. Visit the *Ecosystem* -> *Installed Operators* page and look for *{loki-op}*.
|
|
. Verify that *{loki-op}* is listed with *Status* as *Succeeded* in all the projects.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
To uninstall Loki, refer to the uninstallation process that corresponds with the method you used to install Loki. You might have remaining `ClusterRoles` and `ClusterRoleBindings`, data stored in object store, and persistent volume that must be removed.
|
|
====
|