dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Monitoring Installation: Remove Prometheus storage volumeMode

Open bashofmann opened this issue 3 years ago • 0 comments

Summary

Monitoring Installation: Remove Prometheus storage volumeMode form field

Prometheus needs a formatted filesystem for its persistent volume. Setting the volumeMode to anything else but Filesystem (default) does not work.

Fixes #6600

Occurred changes and/or fixed issues

Form field is removed.

Technical notes summary

The default value in the monitoring helm chart and in Kubernetes for the volumMode is Filesystem. The form field is also not present for the Grafana volume configuration.

Areas or cases that should be tested

Monitoring installation and upgrades/reconfiguration, with a persistent volume configured for Prometheus.

I tested installing and upgrading Monitoring with out the field, and the installation succeeds and Prometheus gets a correctly configured persistent volume.

Screenshot/Video

After the removal: Bildschirmfoto 2022-08-04 um 14 24 21

bashofmann avatar Aug 04 '22 12:08 bashofmann