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
422 B
YAML
20 lines
422 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "DefaultEvictor"
|
|
- name: "PodLifeTime"
|
|
args:
|
|
maxPodLifeTimeSeconds: 604800 # 7 days
|
|
states:
|
|
- "Pending"
|
|
- "PodInitializing"
|
|
plugins:
|
|
evict:
|
|
enabled:
|
|
- "DefaultEvictor"
|
|
deschedule:
|
|
enabled:
|
|
- "PodLifeTime"
|