some jobs may fails at first use of an image

Issue #34 new
Olivier Sallou repo owner created an issue

A job may fail when using for the first time a new image.

If an image is not present on the node, image is pulled from registry. While pull will be ok, some timeout on job creation may occur. A second run on same node will work if image is pulled.

It is advised to preload images on nodes if list of image is fixed, or use a local private registry/cache to speedup pull of images and avoid timeout.

A last solution is to ask your users to query for the new image so that you can pull it on your nodes before they use it.

Comments (1)

  1. Olivier Sallou reporter

    startup timeout has been increased to manage most cases, but can still occurs according to network and image size

  2. Log in to comment