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

Merge pull request #1127 from ingvagabund/update-documents-evict-ep

Drop remaining mentions of evict extension point
This commit is contained in:
Kubernetes Prow Robot
2023-04-28 02:18:16 -07:00
committed by GitHub
10 changed files with 11 additions and 115 deletions

View File

@@ -875,12 +875,6 @@ profiles:
podRestartThreshold: 100
includingInitContainers: true
plugins:
filter:
enabled:
- "DefaultEvictor"
evict:
enabled:
- "DefaultEvictor"
deschedule:
enabled:
- "RemovePodsHavingTooManyRestarts"