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

Merge pull request #945 from gallowaystorm/patch-1

feat: add RemovePodsHavingTooManyRestarts to values.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-09-07 18:22:06 -07:00
committed by GitHub

View File

@@ -67,6 +67,12 @@ deschedulerPolicy:
strategies:
RemoveDuplicates:
enabled: true
RemovePodsHavingTooManyRestarts:
enabled: true
params:
podsHavingTooManyRestarts:
podRestartThreshold: 100
includingInitContainers: true
RemovePodsViolatingNodeTaints:
enabled: true
RemovePodsViolatingNodeAffinity: