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:
@@ -67,6 +67,12 @@ deschedulerPolicy:
|
|||||||
strategies:
|
strategies:
|
||||||
RemoveDuplicates:
|
RemoveDuplicates:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
RemovePodsHavingTooManyRestarts:
|
||||||
|
enabled: true
|
||||||
|
params:
|
||||||
|
podsHavingTooManyRestarts:
|
||||||
|
podRestartThreshold: 100
|
||||||
|
includingInitContainers: true
|
||||||
RemovePodsViolatingNodeTaints:
|
RemovePodsViolatingNodeTaints:
|
||||||
enabled: true
|
enabled: true
|
||||||
RemovePodsViolatingNodeAffinity:
|
RemovePodsViolatingNodeAffinity:
|
||||||
|
|||||||
Reference in New Issue
Block a user