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

fix: base configmap missing plugin RemoveDuplicates

This commit is contained in:
Amir Alavi
2023-07-25 22:00:49 -04:00
parent f7b7f50b92
commit f8442fbb0d

View File

@@ -13,6 +13,7 @@ data:
pluginConfig:
- name: "DefaultEvictor"
- name: "RemovePodsViolatingInterPodAntiAffinity"
- name: "RemoveDuplicates"
- name: "LowNodeUtilization"
args:
thresholds:
@@ -30,4 +31,4 @@ data:
- "RemoveDuplicates"
deschedule:
enabled:
- "RemovePodsViolatingInterPodAntiAffinity"
- "RemovePodsViolatingInterPodAntiAffinity"