1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/network-observability-loki-install.adoc
2024-04-01 20:33:31 +00:00

29 lines
1.6 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}
The link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[{loki-op} versions 5.7+] 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. There are several ways you can install Loki. One way is by using the {product-title} web console Operator Hub.
.Prerequisites
* Supported Log Store (AWS S3, Google Cloud Storage, Azure, Swift, Minio, OpenShift Data Foundation)
* {product-title} 4.10+
* Linux Kernel 4.18+
.Procedure
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
. 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 *Operators* → *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.
====