use MaxConcurrentDownloads instead of MaxConcurrentUploadedLayers#7736
use MaxConcurrentDownloads instead of MaxConcurrentUploadedLayers#7736mxpv merged 1 commit intocontainerd:mainfrom
Conversation
Signed-off-by: guodong <[email protected]>
|
Hi @jellor. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@samuelkarp I see you marked for cherry-picking for 1.6.x, but it looks like this code is not in that branch (at least not in this form); was there an issue in 1.6 as well, or should the cherry-pick label be removed? |
use MaxConcurrentDownloads instead of MaxConcurrentUploadedLayers to limit max concurrent layer downloads while pulling an image.
Signed-off-by: guodong [email protected]