kaniko
kaniko copied to clipboard
[ASK] max concurrent uploads in kaniko
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.