mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
* v1alph2 docs * remove internal toc (gh has this natively) * fix typo and newlines * name plugins with less confusing names * add type column * fix kv selector and nodeSelector desc * group plugin types in a table * link the deprecated doc * warning signs
20 lines
414 B
YAML
20 lines
414 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "DefaultEvictor"
|
|
- name: "LowNodeUtilization"
|
|
args:
|
|
thresholds:
|
|
"memory": 20
|
|
targetThresholds:
|
|
"memory": 70
|
|
plugins:
|
|
evict:
|
|
enabled:
|
|
- "DefaultEvictor"
|
|
balance:
|
|
enabled:
|
|
- "LowNodeUtilization"
|