mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-25 20:59:28 +01:00
16 lines
334 B
YAML
16 lines
334 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "PodLifeTime"
|
|
args:
|
|
maxPodLifeTimeSeconds: 604800 # 7 days
|
|
states:
|
|
- "Pending"
|
|
- "PodInitializing"
|
|
plugins:
|
|
deschedule:
|
|
enabled:
|
|
- "PodLifeTime"
|