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
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