1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1135 from AllenZMC/fix-policy-yaml

fix policy example configmap
This commit is contained in:
Kubernetes Prow Robot
2023-05-01 00:04:17 -07:00
committed by GitHub

View File

@@ -27,5 +27,7 @@ data:
balance:
enabled:
- "LowNodeUtilization"
- "RemovePodsViolatingInterPodAntiAffinity"
- "RemoveDuplicates"
deschedule:
enabled:
- "RemovePodsViolatingInterPodAntiAffinity"