1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

fix missing param in user-guide

This commit is contained in:
Pravar Agrawal
2022-04-06 14:12:13 +05:30
parent ae20b5b034
commit 4e972a7602

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