diff --git a/installing/installing-the-cluster-observability-operator.adoc b/installing/installing-the-cluster-observability-operator.adoc index 4055182aaaad..c142aa9230ff 100644 --- a/installing/installing-the-cluster-observability-operator.adoc +++ b/installing/installing-the-cluster-observability-operator.adoc @@ -9,6 +9,12 @@ toc::[] As a cluster administrator, you can install or remove the {coo-first} from OperatorHub by using the {ocp-product-title} web console. OperatorHub is a user interface that works in conjunction with Operator Lifecycle Manager (OLM), which installs and manages Operators on a cluster. +[NOTE] +==== +For {ocp-product-title} v4.20+, you can install an Operator using the software catalog. +==== + + // Installing the COO using the OCP web console include::modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc[leveloffset=+1] diff --git a/modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc b/modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc index fd4765f69e1d..2143835ef788 100644 --- a/modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc +++ b/modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc @@ -14,7 +14,9 @@ Install the {coo-first} from OperatorHub by using the {ocp-product-title} web co .Procedure -. In the {ocp-product-title} web console, click *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 `cluster observability operator` in the *Filter by keyword* box. . Click *{coo-full}* in the list of results. . Read the information about the Operator, and configure the following installation settings: @@ -32,4 +34,7 @@ For example, you can select to subscribe to a different update channel, to insta .Verification -* Go to *Operators* -> *Installed Operators*, and verify that the *{coo-full}* entry appears in the list. +* In the {ocp-product-title} web console: +** Go to *Operators* -> *Installed Operators*, if your version of {ocp-product-title} is 4.19 or earlier. +** Go to *Ecosystem* -> *Installed Operators*, if your version of {ocp-product-title} is 4.20+. +* Verify that the *{coo-full}* entry appears in the list. diff --git a/modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc b/modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc index f763da282ace..e6c8d02c8b02 100644 --- a/modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc +++ b/modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc @@ -5,7 +5,7 @@ :_mod-docs-content-type: PROCEDURE [id="uninstalling-the-cluster-observability-operator-using-the-web-console_{context}"] = Uninstalling the {coo-full} using the web console -If you have installed the {coo-first} by using OperatorHub, you can uninstall it in the {ocp-product-title} web console. +If you have installed the {coo-first} by using OperatorHub or software catalog, you can uninstall it in the {ocp-product-title} web console. .Prerequisites @@ -14,12 +14,16 @@ If you have installed the {coo-first} by using OperatorHub, you can uninstall it .Procedure -. Go to *Operators* -> *Installed Operators*. - +. In the {ocp-product-title} web console: +.. Go to *Operators* -> *Installed Operators*, if your version of {ocp-product-title} is 4.19 or earlier. +.. Go to *Ecosystem* -> *Installed Operators*, if your version of {ocp-product-title} is 4.20+. . Locate the *{coo-full}* entry in the list. . Click {kebab} for this entry and select *Uninstall Operator*. .Verification -* Go to *Operators* -> *Installed Operators*, and verify that the *{coo-full}* entry no longer appears in the list. +* In the {ocp-product-title} web console: +** Go to *Operators* -> *Installed Operators*, if your version of {ocp-product-title} is 4.19 or earlier. +** Go to *Ecosystem* -> *Installed Operators*, if your version of {ocp-product-title} is 4.20+. +* Verify that the *{coo-full}* entry no longer appears in the list.