Skip to content

Commit

Permalink
Merge pull request #1207 from a7i/amir/fix-cm-RemoveDuplicates
Browse files Browse the repository at this point in the history
fix: base configmap missing plugin RemoveDuplicates
  • Loading branch information
k8s-ci-robot committed Jul 26, 2023
2 parents f7b7f50 + f8442fb commit 1be0ab2
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 1be0ab2

Please sign in to comment.