mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
examples: fix typo
Fix incorrect example causing following error in runtime: PodsHavingTooManyRestarts thresholds not set
This commit is contained in:
@@ -21,5 +21,5 @@ strategies:
|
|||||||
enabled: true
|
enabled: true
|
||||||
params:
|
params:
|
||||||
podsHavingTooManyRestarts:
|
podsHavingTooManyRestarts:
|
||||||
podRestartThresholds: 100
|
podRestartThreshold: 100
|
||||||
includingInitContainers: true
|
includingInitContainers: true
|
||||||
|
|||||||
Reference in New Issue
Block a user