mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
fix missing param in user-guide
This commit is contained in:
@@ -111,7 +111,8 @@ strategies:
|
|||||||
"PodLifeTime":
|
"PodLifeTime":
|
||||||
enabled: true
|
enabled: true
|
||||||
params:
|
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
|
### Balance Cluster By Node Memory Utilization
|
||||||
|
|||||||
Reference in New Issue
Block a user