1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Update example policy file.

This commit is contained in:
Avesh Agarwal
2017-08-15 12:10:56 -04:00
parent 4bf61cb0db
commit 514ecf88cf

View File

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