You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loki Helm chart with deploymentMode: Distributed and zoneAwareReplication enabled (default) generates StatefulSets with the same label values. Ex.:
name: ingester-zone-arollout-group: ingester
Deploying the two charts to the same Namespace means rollout-operator will select both Mimir and Loki StatefulSets and get confused about the rollout status. For me one of the Mimir Ingester Pods is constantly being recreated.
Issue grafana/loki#13168 is created for the same issue in the Loki repository.
To Reproduce
Steps to reproduce the behavior:
Deploy mimir-distributed chart with default values
rollout-operator handles Mimir and Loki Ingesters as separate rollout-groups.
Environment
Infrastructure: Kubernetes
Deployment tool: Helm
Chart version: 5.3.0
Additional Context
From rollout-operator Pod:
level=info ts=2024-06-07T08:17:49.880277442Z msg="StatefulSet status is reporting all pods ready, but the rollout operator has found some not-Ready pods" statefulset=loki-ingester-zone-a not_ready_pods=mimir-ingester-zone-a-0
The text was updated successfully, but these errors were encountered:
Describe the bug
The
mimir-distributed
Helm chart generates Ingester StatefulSets with labels for rollout-operator. Ex.:mimir/operations/helm/tests/large-values-generated/mimir-distributed/templates/ingester/ingester-statefulset.yaml
Lines 51 to 52 in 8571f6c
The
loki
Helm chart withdeploymentMode: Distributed
andzoneAwareReplication
enabled (default) generates StatefulSets with the same label values. Ex.:Deploying the two charts to the same Namespace means rollout-operator will select both Mimir and Loki StatefulSets and get confused about the rollout status. For me one of the Mimir Ingester Pods is constantly being recreated.
Issue grafana/loki#13168 is created for the same issue in the Loki repository.
To Reproduce
Steps to reproduce the behavior:
mimir-distributed
chart with default valuesloki
chart with distributed-values.yamlExpected behavior
rollout-operator handles Mimir and Loki Ingesters as separate rollout-groups.
Environment
Additional Context
From
rollout-operator
Pod:The text was updated successfully, but these errors were encountered: