Skip to content

Commit 5dc3c05

Browse files
authored
Merge pull request #74919 from bburt-rh/OBSDOCS-613-expanded-install-docs-for-COO
OBSDOCS-613: expanded-install-docs-for-COO
2 parents 2118303 + 5d1de63 commit 5dc3c05

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Module included in the following assemblies:
2+
3+
// * observability/monitoring/cluster_observability_operator/installing-the-cluster-observability-operator.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="installing-the-cluster-observability-operator-in-the-web-console-_{context}"]
7+
= Installing the {coo-full} in the web console
8+
Install the {coo-first} from OperatorHub by using the {product-title} web console.
9+
10+
.Prerequisites
11+
12+
* You have access to the cluster as a user with the `cluster-admin` cluster role.
13+
* You have logged in to the {product-title} web console.
14+
15+
.Procedure
16+
17+
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
18+
. Type `cluster observability operator` in the *Filter by keyword* box.
19+
. Click *{coo-full}* in the list of results.
20+
. Read the information about the Operator, and review the following default installation settings:
21+
+
22+
* *Update channel* -> *development*
23+
* *Version* -> <most_recent_version>
24+
* *Installation mode* -> *All namespaces on the cluster (default)*
25+
* *Installed Namespace* -> *openshift-operators*
26+
* *Update approval* -> *Automatic*
27+
28+
. Optional: Change default installation settings to suit your requirements.
29+
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.
30+
. Click *Install*.
31+
32+
.Verification
33+
34+
* Go to *Operators* -> *Installed Operators*, and verify that the *{coo-full}* entry appears in the list.

modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ If you have installed the {coo-first} by using OperatorHub, you can uninstall it
1919
. Locate the *{coo-full}* entry in the list.
2020

2121
. Click {kebab} for this entry and select *Uninstall Operator*.
22+
23+
.Verification
24+
25+
* Go to *Operators* -> *Installed Operators*, and verify that the *{coo-full}* entry no longer appears in the list.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ toc::[]
99
:FeatureName: The Cluster Observability Operator
1010
include::snippets/technology-preview.adoc[leveloffset=+2]
1111

12-
As a cluster administrator, you can install the {coo-first} from OperatorHub by using the {product-title} web console or CLI.
12+
As a cluster administrator, you can install or remove the {coo-first} from OperatorHub by using the {product-title} web console.
1313
OperatorHub is a user interface that works in conjunction with Operator Lifecycle Manager (OLM), which installs and manages Operators on a cluster.
1414

15-
To install the {coo-short} using OperatorHub, follow the procedure described in xref:../../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster].
15+
// Installing the COO using the OCP web console
16+
include::modules/monitoring-installing-cluster-observability-operator-using-the-web-console.adoc[leveloffset=+1]
17+
18+
.Additional resources
19+
xref:../../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster]
1620

1721
// Uninstalling COO using the OCP web console
1822
include::modules/monitoring-uninstalling-cluster-observability-operator-using-the-web-console.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)