kaniko icon indicating copy to clipboard operation
kaniko copied to clipboard

[ASK] max concurrent uploads in kaniko

Open prima101112 opened this issue 7 months ago • 0 comments

User Question

in our docker daemon we have

--max-concurrent-downloads int            Set the max concurrent downloads for each pull (default 3)
--max-concurrent-uploads int              Set the max concurrent uploads for each push (default 5)

we have a problem when push to docker hub take a long time to upload but the bandwidh is still available i wonder if we could set max concurrent upload in kaniko.

prima101112 avatar Feb 02 '24 03:02 prima101112