mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +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
23 lines
515 B
YAML
23 lines
515 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "DefaultEvictor"
|
|
- name: "RemoveFailedPods"
|
|
args:
|
|
reasons:
|
|
- "OutOfcpu"
|
|
- "CreateContainerConfigError"
|
|
includingInitContainers: true
|
|
excludeOwnerKinds:
|
|
- "Job"
|
|
minPodLifetimeSeconds: 3600
|
|
plugins:
|
|
evict:
|
|
enabled:
|
|
- "DefaultEvictor"
|
|
deschedule:
|
|
enabled:
|
|
- "RemoveFailedPods"
|