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

Merge pull request #1207 from a7i/amir/fix-cm-RemoveDuplicates

fix: base configmap missing plugin RemoveDuplicates
This commit is contained in:
Kubernetes Prow Robot
2023-07-26 07:06:19 -07:00
committed by GitHub

View File

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