You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: observability/observability_enable.adoc
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Monitor the status of your managed clusters with the Observability component, al
18
18
== Prerequisites
19
19
20
20
- 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`.
22
22
- 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].
23
23
- You must configure an object store to create a storage solution.
24
24
***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
29
29
* Google Cloud Storage
30
30
* Azure storage
31
31
* 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
33
33
34
34
35
35
[#enabling-observability]
@@ -489,9 +489,30 @@ For more information, see link:https://docs.redhat.com/en/documentation/openshif
489
489
----
490
490
oc apply -f multiclusterobservability_cr.yaml
491
491
----
492
+
492
493
+
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`.
494
495
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
0 commit comments