Skip to content

Commit d24eb17

Browse files
authored
Merge pull request #51236 from bburt-rh/RHDEVDOCS-4349-fix-incorrect-info-about-alertmanger-instances
RHDEVDOCS-4349-fix-incorrect-info-about-alertmanger-instances
2 parents 9663ae3 + f217c9b commit d24eb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/monitoring-configuring-persistent-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Running cluster monitoring with persistent storage means that your metrics are s
1313

1414
* Dedicate sufficient local persistent storage to ensure that the disk does not become full. How much storage you need depends on the number of pods.
1515

16-
* Make sure you have a persistent volume (PV) ready to be claimed by the persistent volume claim (PVC), one PV for each replica. Because Prometheus has two replicas and Alertmanager has three replicas, you need five PVs to support the entire monitoring stack. The PVs should be available from the Local Storage Operator. This does not apply if you enable dynamically provisioned storage.
16+
* Verify that you have a persistent volume (PV) ready to be claimed by the persistent volume claim (PVC), one PV for each replica. Because Prometheus and Alertmanager both have two replicas, you need four PVs to support the entire monitoring stack. The PVs are available from the Local Storage Operator, but not if you have enabled dynamically provisioned storage.
1717

1818
* Use the block type of storage.
1919

0 commit comments

Comments
 (0)