1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #943 from gallowaystorm/patch-1

Add RemovePodsViolatingTopologySpreadConstraint to values.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-09-06 19:58:37 -07:00
committed by GitHub

View File

@@ -76,6 +76,10 @@ deschedulerPolicy:
- requiredDuringSchedulingIgnoredDuringExecution
RemovePodsViolatingInterPodAntiAffinity:
enabled: true
RemovePodsViolatingTopologySpreadConstraint:
enabled: true
params:
includeSoftConstraints: false
LowNodeUtilization:
enabled: true
params: