Skip to content

Commit

Permalink
feat: add RemovePodsHavingTooManyRestarts to yaml
Browse files Browse the repository at this point in the history
This does the following:
1. Enables RemovePodsHavingTooManyRestarts when using Helm by default (it is not currently)
2. Adds RemovePodsHavingTooManyRestarts to the values.yaml for clearer configs
  • Loading branch information
gallowaystorm authored Sep 7, 2022
1 parent 8a76960 commit 0bb2a87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/descheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ deschedulerPolicy:
strategies:
RemoveDuplicates:
enabled: true
RemovePodsHavingTooManyRestarts:
enabled: true
params:
podsHavingTooManyRestarts:
podRestartThreshold: 100
includingInitContainers: true
RemovePodsViolatingNodeTaints:
enabled: true
RemovePodsViolatingNodeAffinity:
Expand Down

0 comments on commit 0bb2a87

Please sign in to comment.