[ci skip] update policy.yaml for descheduler
This commit is contained in:
parent
94e1c4cb11
commit
565324d746
1 changed files with 2 additions and 2 deletions
|
|
@ -91,13 +91,13 @@ resource "kubernetes_config_map" "policy" {
|
|||
"cpu" : 70
|
||||
"memory": 30
|
||||
"pods": 50
|
||||
"HighNodeUtilization"
|
||||
"HighNodeUtilization":
|
||||
enabled: true
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"cpu" : 20
|
||||
"memory": 20
|
||||
"memory": 80
|
||||
"pods": 20
|
||||
"PodLifeTime":
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue