grafana/mimir

Mimir distributed chart does not support minDomains for topologySpreadConstraints

Open

#6,140 opened on Sep 26, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (808 forks)auto 404
good first issuehelm

Repository metrics

Stars
 (5,181 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug

The mimir distributed chart does not support the minDomains field

To Reproduce

Steps to reproduce the behavior:

  1. Add minDomains to a topologySpreadConstraint in mimir distributed helm chart
  2. Template the output and see that the topologySpreadConstraint does not have minDomains in it.

Expected behavior

I expect the minDomains field to be present in the topologySpreadConstraint field

Environment

  • EKS
  • HELM

Additional Context

Contributor guide