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
Allow setting topologySpreadConstraints (https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) in the flagger Helm chart.
topologySpreadConstraints
This is just like the spec.deployment.affinity setting allowing to further configure the pod placement.
spec.deployment.affinity
Add a parameter topologySpreadConstraints to the values and reference it is the deployment template.
The text was updated successfully, but these errors were encountered:
Allow configuration of topologySpreadConstraints for flagger deployment
5a29a7f
Resolves: fluxcd#1765
ee5633c
Resolves: fluxcd#1765 Signed-off-by: Christian Rohmann <christian.rohmann@inovex.de>
a2d4149
Successfully merging a pull request may close this issue.
Describe the feature
Allow setting
topologySpreadConstraints
(https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/)in the flagger Helm chart.
This is just like the
spec.deployment.affinity
setting allowing to further configure the pod placement.Proposed solution
Add a parameter
topologySpreadConstraints
to the values and reference it is the deployment template.Any alternatives you've considered?
The text was updated successfully, but these errors were encountered: