-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout pulling large images #105
Comments
Definitely my fault. Partly, I have an aversion to "method which wraps a one-line call". Mostly, |
I documented the "docker pull" workaround (or "docker load"), in case cri-dockerd 0.2.6 doesn't make it out before k8s 1.25.0 Naturally this would affect users of both 1.24 and 1.25, but every new release of Kubernetes does see additional new installs... |
Looks like a timeout got mangled (from "long" to "short"), during the transfer from Kubernetes to Mirantis ?
Pulling a big image (600M) seems to be timing out after 1 minute, even though it is still making good progress.
Related code:
For some reason, the readable functions were lost.
Another strange thing is that default is 2 minutes ?
defaultTimeout = 2*time.Minute - 1*time.Second
Reported in:
Built from: 0737013 (v0.2.2)
The text was updated successfully, but these errors were encountered: