feat(descheduler): tweak policy thresholds
All checks were successful
Renovate / renovate (push) Successful in 1m6s
All checks were successful
Renovate / renovate (push) Successful in 1m6s
This commit is contained in:
parent
a92ada7d46
commit
aec4d62781
1 changed files with 6 additions and 6 deletions
|
@ -9,13 +9,13 @@ profiles:
|
|||
- name: "LowNodeUtilization"
|
||||
args:
|
||||
thresholds:
|
||||
"cpu": 50
|
||||
"memory": 50
|
||||
"pods": 50
|
||||
"cpu": 30
|
||||
"memory": 30
|
||||
"pods": 30
|
||||
targetThresholds:
|
||||
"cpu": 70
|
||||
"memory": 70
|
||||
"pods": 70
|
||||
"cpu": 60
|
||||
"memory": 60
|
||||
"pods": 60
|
||||
plugins:
|
||||
balance:
|
||||
enabled:
|
||||
|
|
Loading…
Reference in a new issue