fix missing param in user-guide

This commit is contained in:
Pravar Agrawal
2022-04-07 10:02:26 +05:30
parent ae20b5b034
commit 4e972a7602
+2 -1
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