Deploy using helm without zone-aware replication and any PVC #9118
Unanswered
libormezl
asked this question in
Help and support
Replies: 1 comment
-
PVCs are required for ingesters. PVCs are not required, but strongly recommended for store-gateways, to avoid slow startup. PVC is also recommended for compactors, to being able to guarantee requested iops. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am quite new to the LGTM stack. I have successfully deployed Grafana with Tempo to our AKS cluster, but I am having some issues with Mimir.
I am deploying using Helm. My goal is to deploy Mimir in microservice mode without zone-aware replication (we don't need it) and without using any PVCs, as I want to use Azure Storage as the storage solution.
I have disabled zoneAwareReplication and also set persistentVolume.enabled=false for all services in my Helm configuration. I have set up Azure Storage (it seems to be working).
However, I am encountering two issues with the configuration:
Is it possible to achieve my goal, or is it necessary to have PVCs?
Beta Was this translation helpful? Give feedback.
All reactions