Skip to content

Commit

Permalink
fix: base configmap missing plugin RemoveDuplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
a7i committed Jul 26, 2023
1 parent f7b7f50 commit f8442fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/base/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data:
pluginConfig:
- name: "DefaultEvictor"
- name: "RemovePodsViolatingInterPodAntiAffinity"
- name: "RemoveDuplicates"
- name: "LowNodeUtilization"
args:
thresholds:
Expand All @@ -30,4 +31,4 @@ data:
- "RemoveDuplicates"
deschedule:
enabled:
- "RemovePodsViolatingInterPodAntiAffinity"
- "RemovePodsViolatingInterPodAntiAffinity"

0 comments on commit f8442fb

Please sign in to comment.