wave icon indicating copy to clipboard operation
wave copied to clipboard

Use K8s Job instead of pod for Blob cache transfer

Open pditommaso opened this issue 3 months ago • 0 comments

The BlobCacheService uploads container image blobs to a cache (S3 bucket) in certain condition.

The upload is made a via K8s pod, see here.

This issue aims to use instead of K8s Job and retry the upload 3 times in case of failure.

pditommaso avatar Apr 29 '24 07:04 pditommaso