diff --git a/examples/descheduler.yaml b/examples/descheduler.yaml index 008937b8b..3a27cdb46 100644 --- a/examples/descheduler.yaml +++ b/examples/descheduler.yaml @@ -43,8 +43,19 @@ data: apiVersion: "descheduler/v1alpha1" kind: "DeschedulerPolicy" strategies: - "RemovePodsViolatingNodeAffinity": + "RemoveDuplicates": + enabled: true + "RemovePodsViolatingInterPodAntiAffinity": + enabled: true + "LowNodeUtilization": enabled: true params: - nodeAffinityType: - - "requiredDuringSchedulingIgnoredDuringExecution" + nodeResourceUtilizationThresholds: + thresholds: + "cpu" : 20 + "memory": 20 + "pods": 20 + targetThresholds: + "cpu" : 50 + "memory": 50 + "pods": 50 \ No newline at end of file