unable to run Mimir in single ingestor - too many unhealthy instances in the ring
#8264
Unanswered
kirankumar-grootan
asked this question in
Help and support
Replies: 2 comments 1 reply
-
Converting to discussion, as there's no evidence of a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I too had this issue, and played around with my Helm values until I got it working. I was originally missing This is what did the trick for me (after setting mimir:
structuredConfig:
ingester:
ring:
zone_awareness_enabled: false
replication_factor: 1
store_gateway:
sharding_ring:
zone_awareness_enabled: false
replication_factor: 1 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
unable to run Mimir in single replica ingester via helm chart
when I run query from grafana it shows
too many unhealthy instances in the ring
. I dont need HA for dev cluster thats why Im reducing the ingester to 1Beta Was this translation helpful? Give feedback.
All reactions