Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Module included in the following assemblies:

// * observability/monitoring/cluster_observability_operator/installing-the-cluster-observability-operator.adoc
// * observability/cluster_observability_operator/installing-the-cluster-observability-operator.adoc

:_mod-docs-content-type: PROCEDURE
[id="installing-the-cluster-observability-operator-in-the-web-console-_{context}"]
Expand All @@ -17,15 +17,16 @@ Install the {coo-first} from OperatorHub by using the {product-title} web consol
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
. 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 review the following default installation settings:
. Read the information about the Operator, and configure the following installation settings:
+
* *Update channel* -> *development*
* *Version* -> <most_recent_version>
* *Update channel* -> *stable*
* *Version* -> *1.0.0* or later
* *Installation mode* -> *All namespaces on the cluster (default)*
* *Installed Namespace* -> *openshift-operators*
* *Installed Namespace* -> *Operator recommended Namespace: openshift-cluster-observability-operator*
* Select *Enable Operator recommended cluster monitoring on this Namespace*
* *Update approval* -> *Automatic*

. Optional: Change default installation settings to suit your requirements.
. Optional: You can change the installation settings to suit your requirements.
For example, you can select to subscribe to a different update channel, to install an older released version of the Operator, or to require manual approval for updates to new versions of the Operator.
. Click *Install*.

Expand Down