handle pods that faile to pull image in descheduler[ci skip]
This commit is contained in:
parent
55bf707b89
commit
f63cd39c43
2 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:
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue