Skip to content

Commit 0e43796

Browse files
PoornimaSingourdockerymickswopebe
authored
Update more details-Observability service (in review) (#7974)
* Update more details related to StorageClass in Enabling the Observability service Section Update more details related to StorageClass in Enabling the Observability service Section * Apply suggestions from code review Co-authored-by: swope <[email protected]> * Update product name * Update observability_enable.adoc--format off with extra line under this. * Update observability_enable.adoc * Update observability_enable.adoc * Update observability_enable.adoc --------- Co-authored-by: Mikela Jackson <[email protected]> Co-authored-by: swope <[email protected]>
1 parent 15419e2 commit 0e43796

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

observability/observability_enable.adoc

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Monitor the status of your managed clusters with the Observability component, al
1818
== Prerequisites
1919

2020
- You must install {acm}. See link:../install/install_connected.adoc#installing-while-connected-online[Installing while connected online] for more information.
21-
- You must define a storage class in the `MultiClusterObservability` custom resource, if there is no default storage class specified.
21+
- You must specify the `storageConfig.storageClass` field in the `MultiClusterObservability` custom resource if you do not want to use the platform default `storageClass`.
2222
- Direct network access to the hub cluster is required. Network access to load balancers and proxies are not supported. For more information, see link:../networking/networking_intro.adoc#networking[Networking].
2323
- You must configure an object store to create a storage solution.
2424
** *Important:* When you configure your object store, ensure that you meet the encryption requirements that are necessary when sensitive data is persisted. The Observability service uses Thanos supported, stable object stores. You might not be able to share an object store bucket by multiple {acm-short} Observability installations. Therefore, for each installation, provide a separate object store bucket.
@@ -29,7 +29,7 @@ Monitor the status of your managed clusters with the Observability component, al
2929
* Google Cloud Storage
3030
* Azure storage
3131
* Red Hat OpenShift Data Foundation, formerly known as Red Hat OpenShift Container Storage
32-
* Red Hat OpenShift on IBM (ROKS)
32+
* Red Hat OpenShift on IBM Cloud
3333
3434
3535
[#enabling-observability]
@@ -489,9 +489,30 @@ For more information, see link:https://docs.redhat.com/en/documentation/openshif
489489
----
490490
oc apply -f multiclusterobservability_cr.yaml
491491
----
492+
492493
+
493-
All the pods in `open-cluster-management-observability` namespace for Thanos, Grafana and Alertmanager are created. All the managed clusters connected to the {acm-short} hub cluster are enabled to send metrics back to the {acm-short} Observability service.
494+
*Note:* By default, if you do not define the `storageConfig.storageClass` field in the `MultiClusterObservability` custom resource, platform default `StorageClass` fields are populated in the `storageConfig` section of the `MultiClusterObservability` resource. For example, AWS default `storageClass` is set to `gp2`.
494495

496+
. Verify default `storageClass` by running the following command:
497+
498+
+
499+
[source,bash]
500+
----
501+
oc get storageClass
502+
----
503+
504+
+
505+
See the following example output:
506+
507+
+
508+
[source,bash]
509+
----
510+
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
511+
gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 151m
512+
gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 151m
513+
----
514+
515+
+
495516
. Validate that the Observability service is enabled and the data is populated by launching the Grafana dashboards.
496517

497518
. Click the *Grafana link* that is near the console header, from either the console _Overview_ page or the _Clusters_ page.

0 commit comments

Comments
 (0)