kind: ConfigMap apiVersion: v1 metadata: name: descheduler-policy-configmap namespace: kube-system data: policy.yaml: | apiVersion: "descheduler/v1alpha1" kind: "DeschedulerPolicy" maxNoOfPodsToEvictPerNode: 1 strategies: "RemoveDuplicates": enabled: true "RemovePodsViolatingInterPodAntiAffinity": enabled: true "LowNodeUtilization": enabled: true params: nodeResourceUtilizationThresholds: thresholds: "cpu": 20 "memory": 40 "pods": 20 targetThresholds: "cpu": 50 "memory": 60 "pods": 20 #nodeFit: true "RemovePodsViolatingTopologySpreadConstraint": enabled: true params: includeSoftConstraints: false