Skip to content

Commit

Permalink
base/kube-system/descheduler: apply fix from kubernetes-sigs/deschedu…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jun 28, 2020
1 parent 15d8b27 commit 9940009
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base/kube-system/descheduler/02_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ data:
"cpu" : 50
"memory": 50
"pods": 50
RemovePodsHavingTooManyRestarts:
enabled: true
params:
podsHavingTooManyRestarts:
podRestartThresholds: 100
includingInitContainers: true
RemovePodsHavingTooManyRestarts:
enabled: true
params:
podsHavingTooManyRestarts:
podRestartThreshold: 100
includingInitContainers: true

0 comments on commit 9940009

Please sign in to comment.