[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
|
"cpu" : 70
|
||||||
"memory": 30
|
"memory": 30
|
||||||
"pods": 50
|
"pods": 50
|
||||||
"HighNodeUtilization"
|
"HighNodeUtilization":
|
||||||
enabled: true
|
enabled: true
|
||||||
params:
|
params:
|
||||||
nodeResourceUtilizationThresholds:
|
nodeResourceUtilizationThresholds:
|
||||||
thresholds:
|
thresholds:
|
||||||
"cpu" : 20
|
"cpu" : 20
|
||||||
"memory": 20
|
"memory": 80
|
||||||
"pods": 20
|
"pods": 20
|
||||||
"PodLifeTime":
|
"PodLifeTime":
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue