From e54c3e8cc5b50715c92ad263386a02f227225c65 Mon Sep 17 00:00:00 2001 From: Prithviraj Patil <116709298+prithvipatil97@users.noreply.github.com> Date: Wed, 26 Nov 2025 02:50:00 +0530 Subject: [PATCH 1/2] Revise Loki operator installation steps for OCP versions Starting with OpenShift Container Platform 4.20 the Red Hat Operator catalogs moved from OperatorHub to the software catalog in the console [1]. The documentation for OpenShift Logging versions that are supported on OCP 4.20 and newer [2] needs to be updated so that the sentences like: In the OpenShift Container Platform web console Administrator perspective, go to Operators OperatorHub. are including a variation for guiding the user on how to find the former OperatorHub, like for example: In the OpenShift Container Platform web console Administrator perspective, go to Operators > OperatorHub (Ecosystem > Software Catalog for OCP 4.20 and newer). --- modules/installing-loki-operator-web-console.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/installing-loki-operator-web-console.adoc b/modules/installing-loki-operator-web-console.adoc index 15c35ab6fa59..05c03e26f90e 100644 --- a/modules/installing-loki-operator-web-console.adoc +++ b/modules/installing-loki-operator-web-console.adoc @@ -12,7 +12,9 @@ Install {loki-op} on your {ocp-product-title} cluster to manage the log store `L .Procedure -. In the {ocp-product-title} web console *Administrator* perspective, go to *Operators* -> *OperatorHub*. +. In the {ocp-product-title} web console: +.. Click *Operators* > *OperatorHub*, if your version of {ocp-product-title} is 4.19 or earlier. +.. Click *Ecosystem* > *Software Catalog*, if your version of {ocp-product-title} is 4.20+. . Type {loki-op} in the *Filter by keyword* field. Click *{loki-op}* in the list of available Operators, and then click *Install*. + From ec1eced53068f2a8563511a570878a4c1a81384b Mon Sep 17 00:00:00 2001 From: Brian Dooley Date: Wed, 26 Nov 2025 14:25:59 +0000 Subject: [PATCH 2/2] Update modules/installing-loki-operator-web-console.adoc --- modules/installing-loki-operator-web-console.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installing-loki-operator-web-console.adoc b/modules/installing-loki-operator-web-console.adoc index 05c03e26f90e..fb277191a355 100644 --- a/modules/installing-loki-operator-web-console.adoc +++ b/modules/installing-loki-operator-web-console.adoc @@ -14,7 +14,7 @@ Install {loki-op} on your {ocp-product-title} cluster to manage the log store `L . In the {ocp-product-title} web console: .. Click *Operators* > *OperatorHub*, if your version of {ocp-product-title} is 4.19 or earlier. -.. Click *Ecosystem* > *Software Catalog*, if your version of {ocp-product-title} is 4.20+. +.. Click *Ecosystem* > *Software Catalog*, if your version of {ocp-product-title} is 4.20 or later. . Type {loki-op} in the *Filter by keyword* field. Click *{loki-op}* in the list of available Operators, and then click *Install*. +