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

Drop remaining mentions of evict extension point

This commit is contained in:
Jan Chaloupka
2023-04-25 11:24:42 +02:00
parent a7113dab50
commit 4565184481
10 changed files with 11 additions and 115 deletions

View File

@@ -3,15 +3,11 @@ kind: "DeschedulerPolicy"
profiles:
- name: ProfileName
pluginConfig:
- name: "DefaultEvictor"
- name: "RemovePodsViolatingNodeAffinity"
args:
nodeAffinityType:
- "requiredDuringSchedulingIgnoredDuringExecution"
plugins:
evict:
enabled:
- "DefaultEvictor"
deschedule:
enabled:
- "RemovePodsViolatingNodeAffinity"