mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
17 lines
440 B
YAML
17 lines
440 B
YAML
descheduler:
|
|
deschedulerPolicy:
|
|
strategies:
|
|
RemoveDuplicates:
|
|
enabled: false
|
|
RemovePodsViolatingNodeTaints:
|
|
enabled: true
|
|
RemovePodsViolatingNodeAffinity:
|
|
enabled: true
|
|
params:
|
|
nodeAffinityType:
|
|
- requiredDuringSchedulingIgnoredDuringExecution
|
|
RemovePodsViolatingInterPodAntiAffinity:
|
|
enabled: true
|
|
LowNodeUtilization:
|
|
enabled: false
|