1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00
Files
descheduler/examples/policy.yaml
2017-08-04 10:28:32 -04:00

17 lines
358 B
YAML

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