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

Add RemovePodsViolatingTopologySpreadConstraint to values.yaml

- add RemovePodsViolatingTopologySpreadConstraint yaml to values.yaml to make chart config clearer
This commit is contained in:
Storm Galloway
2022-09-06 12:47:06 -05:00
committed by GitHub
parent 5a2a180f17
commit 334b4bb12c

View File

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