-
Notifications
You must be signed in to change notification settings - Fork 451
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
crictl can't pull images with proxy #336
Comments
For crictl we can't support it on the client side, because CRI doesn't have a proxy parameter. However, we can support I'll do it. |
Agreed. crictl doesn't need proxy because it only talks to local runtime's unix socket while the image is actually pulled in runtimes. |
@Random-Liu Thanks a lot:) |
Close. |
Is there any update on this or any PR that fixed this ? |
Never mind.. setting containerd service file as mentioned here containerd/cri#834 worked for me. |
when I pull an image with crictl, like
There was an error:
crictl version info:
I have already exported http_proxy on my machine, and other commands like wget, curl works well, ctr also woks well, like:
The text was updated successfully, but these errors were encountered: