Open nniehoff opened 3 years ago
If you deploy the loki-distributed chart setting the ruler.replicas to 2 and the ruler.persistence.enabled to true only 1 pvc gets created preventing the 2nd pod from starting.
ruler.replicas
ruler.persistence.enabled
true
According to documentation, to use recording rules, the ruler should be a statefulset anyway to make use of the wal: https://grafana.com/docs/loki/latest/operations/recording-rules/#write-ahead-log-wal
If you deploy the loki-distributed chart setting the
ruler.replicas
to 2 and theruler.persistence.enabled
totrue
only 1 pvc gets created preventing the 2nd pod from starting.