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 only way we have found to have pods spread across zones now is to use one pod template per zone which is repetitive and error-prone.
I also noticed that pod affinity is currently enforced using PreferredDuringSchedulingIgnoredDuringExecution and pod anti affinity using RequiredDuringSchedulingIgnoredDuringExecution. Can we also make this configurable?
2 additional optional settings like this could work:
Hey @alex-zaitsev , any update on supporting preferredDuringSchedulingIgnoredDuringExecution ? I'd like to spread replicas over multiple AZs and requiredDuringSchedulingIgnoredDuringExecution wouldn't work if I had more replicas than AZs.
Hello,
We would like to have replicas spread across availability zones. Currently, the
podDistribution
settings only work with the hostname topologyKey as far as I can tell:https://github.com/Altinity/clickhouse-operator/blob/master/pkg/model/affinity.go#L504
https://github.com/Altinity/clickhouse-operator/blob/master/pkg/model/affinity.go#L529
https://github.com/Altinity/clickhouse-operator/blob/master/pkg/model/affinity.go#L561
The only way we have found to have pods spread across zones now is to use one pod template per zone which is repetitive and error-prone.
I also noticed that pod affinity is currently enforced using PreferredDuringSchedulingIgnoredDuringExecution and pod anti affinity using RequiredDuringSchedulingIgnoredDuringExecution. Can we also make this configurable?
2 additional optional settings like this could work:
Thanks
The text was updated successfully, but these errors were encountered: