grafana / cortex-jsonnet

Deprecated: see https://github.com/grafana/mimir/tree/main/operations/mimir instead
Apache License 2.0
74 stars 53 forks source link

Add options to disable anti-affinity #418

Closed pracucci closed 2 years ago

pracucci commented 2 years ago

What this PR does: In case we're running a very large number of replicas for a given cluster, it may be desiderable to schedule multiple replicas on the same node. In this PR I'm proposing to add options to disable anti-affinity.

Which issue(s) this PR fixes: N/A

Checklist