handle pods that faile to pull image in descheduler[ci skip]
This commit is contained in:
parent
bdccea93c4
commit
da7a90617a
1 changed files with 2 additions and 1 deletions
|
|
@ -166,10 +166,11 @@ deschedulerPolicy:
|
||||||
- "CrashLoopBackOff"
|
- "CrashLoopBackOff"
|
||||||
- "Error"
|
- "Error"
|
||||||
- "ContainerStatusUnknown"
|
- "ContainerStatusUnknown"
|
||||||
|
- "ImagePullBackOff"
|
||||||
# exitCodes:
|
# exitCodes:
|
||||||
# - 1
|
# - 1
|
||||||
includingInitContainers: true
|
includingInitContainers: true
|
||||||
minPodLifetimeSeconds: 1
|
# minPodLifetimeSeconds: 0
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue