refactor(descheduler): disable RemoveDuplicates and LowNodeUtilization

This commit is contained in:
Khue Doan 2022-01-23 14:50:09 +07:00
parent 003079e2ea
commit 38a4a94297

View File

@ -1 +1,16 @@
descheduler:
deschedulerPolicy:
strategies:
RemoveDuplicates:
enabled: false
RemovePodsViolatingNodeTaints:
enabled: true
RemovePodsViolatingNodeAffinity:
enabled: true
params:
nodeAffinityType:
- requiredDuringSchedulingIgnoredDuringExecution
RemovePodsViolatingInterPodAntiAffinity:
enabled: true
LowNodeUtilization:
enabled: false