mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-25 20:59:28 +01:00
16 lines
326 B
YAML
16 lines
326 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "LowNodeUtilization"
|
|
args:
|
|
thresholds:
|
|
"memory": 20
|
|
targetThresholds:
|
|
"memory": 70
|
|
plugins:
|
|
balance:
|
|
enabled:
|
|
- "LowNodeUtilization"
|