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"
|
- name: "LowNodeUtilization"
|
||||||
args:
|
args:
|
||||||
thresholds:
|
thresholds:
|
||||||
"cpu": 50
|
"cpu": 30
|
||||||
"memory": 50
|
"memory": 30
|
||||||
"pods": 50
|
"pods": 30
|
||||||
targetThresholds:
|
targetThresholds:
|
||||||
"cpu": 70
|
"cpu": 60
|
||||||
"memory": 70
|
"memory": 60
|
||||||
"pods": 70
|
"pods": 60
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|
Loading…
Reference in a new issue