We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to specify the topologySpreadConstraints for the operator in addition to the affinity.
topologySpreadConstraints
The text was updated successfully, but these errors were encountered:
feat(cnpg): Adding topologySpreadConstraints support to the deployment
bf95318
This adds support for specifying [`topologySpreadConstraints`](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) for the cloudnative-pg operator deployment. Resolves cloudnative-pg#371
1d0ecb9
This adds support for specifying [`topologySpreadConstraints`](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) for the cloudnative-pg operator deployment. Resolves cloudnative-pg#371 Signed-off-by: Elliot Courant <[email protected]>
c09c81d
Successfully merging a pull request may close this issue.
I'd like to be able to specify the
topologySpreadConstraints
for the operator in addition to the affinity.The text was updated successfully, but these errors were encountered: