1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

Merge pull request #779 from pravarag/user-docs-typo

Fix missing param in user-guide for PodLifeTime strategy
This commit is contained in:
Kubernetes Prow Robot
2022-04-11 01:44:06 -07:00
committed by GitHub

View File

@@ -111,7 +111,8 @@ strategies:
"PodLifeTime":
enabled: true
params:
maxPodLifeTimeSeconds: 604800 # pods run for a maximum of 7 days
podLifeTime:
maxPodLifeTimeSeconds: 604800 # pods run for a maximum of 7 days
```
### Balance Cluster By Node Memory Utilization