diff --git a/examples/policy.yaml b/examples/policy.yaml new file mode 100644 index 000000000..55793987a --- /dev/null +++ b/examples/policy.yaml @@ -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