hook icon indicating copy to clipboard operation
hook copied to clipboard

Tink worker image pull retry

Open ptrivedi opened this issue 3 years ago • 2 comments

Description

Image pull retry for tink-worker image

Why is this needed

There could be races where linuxkit network or dns may not have been fully set up and functional yet and image pull fails because of that.

Fixes: #

Implement image pull retry loop for tink-worker image. This loop attempts an image pull every 5 seconds, upto 10 times

How Has This Been Tested?

Tested by re-running a full provisioning workflows on bare metal server and simulate image pull failures artificially to test out the retry logic.

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • [ ] updated the documentation and/or roadmap (if required)
  • [ ] added unit or e2e tests
  • [ ] provided instructions on how to upgrade

ptrivedi avatar May 04 '22 15:05 ptrivedi

Looks like it has been update now, might need a re-review.

damdo avatar May 20 '22 11:05 damdo

@mmlb: resolved comments

ptrivedi avatar May 26 '22 00:05 ptrivedi

@mmlb: do the honors please

ptrivedi avatar Sep 21 '22 16:09 ptrivedi