1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00

Update low utilization thresholds strategy implementation.

This commit is contained in:
Avesh Agarwal
2017-08-11 13:29:59 -04:00
parent f61a991313
commit 49df977a01
2 changed files with 30 additions and 19 deletions

View File

@@ -1,16 +1,4 @@
apiVersion: "rescheduler/v1alpha1"
kind: "ReschedulerPolicy"
strategies:
"LowNodeUtilization":
enabled: true
weight: 1
params:
nodeResourceUtilizationThresholds:
thresholds:
"cpu" : 10
"memory": 50
"pods": 50
targetThresholds:
"cpu" : 10
"memory": 50
"pods": 50
"test":