Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement][opensearch] Add support for pod topology spread constraints #222

Closed
mkhpalm opened this issue Feb 22, 2022 · 0 comments · Fixed by #218
Closed

[Enhancement][opensearch] Add support for pod topology spread constraints #222

mkhpalm opened this issue Feb 22, 2022 · 0 comments · Fixed by #218
Labels
enhancement New feature or request

Comments

@mkhpalm
Copy link
Contributor

mkhpalm commented Feb 22, 2022

Is your feature request related to a problem? Please describe.

Pod anti-affinity only provides a rough idea of spread within different zones or failure domains. Kubernetes has promoted a much more rigid, direct, and repeatable method to beta in k8s 1.19 that controls how a statefulset spreads out among topologies.

Describe the solution you'd like

Add support for topologySpreadConstraints in the helm chart

https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

Describe alternatives you've considered

Pod anti-affinity is the less rigid alternative that lacks control over things like like skew

@mkhpalm mkhpalm added enhancement New feature or request untriaged Issues that have not yet been triaged labels Feb 22, 2022
@peterzhuamazon peterzhuamazon linked a pull request Feb 22, 2022 that will close this issue
@TheAlgo TheAlgo removed the untriaged Issues that have not yet been triaged label Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants