feat: configure descheduler

This commit is contained in:
auricom
2021-05-04 16:23:52 +02:00
parent d041b86c96
commit 6e22c5f8ba

View File

@@ -23,13 +23,13 @@ spec:
deschedulerPolicy:
strategies:
RemoveDuplicates:
enabled: false
enabled: true
RemovePodsViolatingNodeAffinity:
enabled: true
params:
nodeAffinityType:
- requiredDuringSchedulingIgnoredDuringExecution
RemovePodsViolatingInterPodAntiAffinity:
enabled: false
enabled: true
LowNodeUtilization:
enabled: false