diff --git a/examples/policy.yaml b/examples/policy.yaml index 24e78b595..e0f2b5582 100644 --- a/examples/policy.yaml +++ b/examples/policy.yaml @@ -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