Skip to content

Commit b2dc6f8

Browse files
authored
Merge pull request #59694 from skrthomas/OSDOCS-5289
OSDOCS-5289/5287-Network Observability multi-arch and multi-tenancy prereqs
2 parents 5007c28 + a5de2cf commit b2dc6f8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

modules/network-observability-loki-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:_content-type: PROCEDURE
66
[id="network-observability-loki-installation_{context}"]
77
= Installing the Loki Operator
8-
It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.6], This version provides the ability to create a LokiStack instance using the `openshift-network` tennant configuration mode. It also provides fully automatic, in-cluster authentication and authorization support for Network Observability.
8+
It is recommended to install link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.7], This version provides the ability to create a LokiStack instance using the `openshift-network` tenant configuration mode. It also provides fully automatic, in-cluster authentication and authorization support for Network Observability.
99

1010
.Prerequisites
1111

modules/network-observability-operator-install.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ You can install the Network Observability Operator using the {product-title} web
99

1010
.Prerequisites
1111

12-
* Installed Loki. It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.6].
12+
* Installed Loki. It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.7].
13+
* One of the following supported architectures is required: `amd64`, `ppc64le`, `arm64`, or `s390x`.
14+
* Any CPU supported by Red Hat Enterprise Linux (RHEL) 9
1315
1416
[NOTE]
1517
====
@@ -19,7 +21,6 @@ This documentation assumes that your `LokiStack` instance name is `loki`. Using
1921
.Procedure
2022

2123
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
22-
//In the Operator Hub on the test console Julian provided perms for, its NetObserv Operator, with a capital O.
2324
. Choose *Network Observability Operator* from the list of available Operators in the *OperatorHub*, and click *Install*.
2425
. Select the checkbox `Enable Operator recommended cluster monitoring on this Namespace`.
2526
. Navigate to *Operators* -> *Installed Operators*. Under Provided APIs for Network Observability, select the *Flow Collector* link.

networking/network_observability/installing-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88
Installing Loki is a prerequisite for using the Network Observability Operator. It is recommended to install Loki using the Loki Operator; therefore, these steps are documented below prior to the Network Observability Operator installation.
99

10-
The Loki Operator integrates a gateway that implements multi-tenancy & authentication with Loki for data flow storage. The *LokiStack* resource manages *Loki*, which is a scalable, highly-available, multitenant log aggregation system, and a web proxy with {product-title} authentication. The *LokiStack* proxy uses {product-title} authentication to enforce multi-tenancy and facilitate the saving and indexing of data in *Loki* log stores.
10+
The Loki Operator integrates a gateway that implements multi-tenancy and authentication with Loki for data flow storage. The *LokiStack* resource manages *Loki*, which is a scalable, highly-available, multitenant log aggregation system, and a web proxy with {product-title} authentication. The *LokiStack* proxy uses {product-title} authentication to enforce multi-tenancy and facilitate the saving and indexing of data in *Loki* log stores.
1111

1212
[NOTE]
1313
====

0 commit comments

Comments
 (0)