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

Sample rescheduler policy yaml file.

This commit is contained in:
Avesh Agarwal
2017-08-04 10:28:32 -04:00
parent 02382b61f7
commit 2b6ba4b47e

16
examples/policy.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: "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