druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

Support topologySpreadConstraints #208

Closed blatyo closed 3 years ago

blatyo commented 3 years ago

We would like to distribute our pods across multiple AZ's for availability. The only robust way to do that is by specifying topologySpreadConstraints. However, it appears the DruidSpec and DruidNodeSpec, don't accept the option or pass it along to the stateful set that's created behind the scenes.

AdheipSingh commented 3 years ago

sure operator can support this, would be nice to have.