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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user