i/o timeout when pulling image on Windows #1566
-
Hi, When I try to pull an image on Windows 10 I have an I/O timeout:
I can run existing images. My laptop is running on a corporate network so I have a proxy and maybe a custom DNS (this look like a DNS issue), I also have a VPN but the same issue arise with and without it so it may not be related to the VPN. I try to login inside the rancher desktop WSL distribution to change the DNS but there is no Any suggestion ? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 5 replies
-
As you say, it sounds like the VPN isn't the issue. And I would agree, from that error it looks like a DNS issue. One thing you could try is changing /etc/resolv.conf inside the VM. Windows isn't my strong suit though - @mook-as do you have any other ideas? |
Beta Was this translation helpful? Give feedback.
-
I've also been having intermittent DNS issues in WSL2 sometimes; I have yet to figure out the issue (though it's mostly linked to slow VMs for me). (We do have |
Beta Was this translation helpful? Give feedback.
-
I update the DNS of the WSL distribution to use Here are the commands I use to update resolv.conf
|
Beta Was this translation helpful? Give feedback.
-
exactly got the same issue and indeed changing resolv.conf this doesn't fix it :( It's very much related to the way it interacts with VPN, since if i disconnect the VPN it works again. I've installed https://github.com/sakai135/wsl-vpnkit and that seems to do the trick for me! See: microsoft/WSL#4246 |
Beta Was this translation helpful? Give feedback.
-
Could you please try the new 1.1.1 release and report if this fixes your problem? It automatically switches the nameserver to the DNS nameserver when the VPN is connected. |
Beta Was this translation helpful? Give feedback.
-
@jandubois version 1.1.1 fixes the issue, thanks ! |
Beta Was this translation helpful? Give feedback.
-
I am also running rancher-desktop 1.1.1 in windows but still no luck. facing the same issue: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 172.17.145.232:53: read udp 172.17.145.232:57991->172.17.145.232:53: i/o timeout |
Beta Was this translation helpful? Give feedback.
-
v1.3.3 rancher desktop I can't pull image from internal registry. it report timeout |
Beta Was this translation helpful? Give feedback.
-
Rancher Desktop 1.4.1 also experiencing this issue:
|
Beta Was this translation helpful? Give feedback.
Could you please try the new 1.1.1 release and report if this fixes your problem? It automatically switches the nameserver to the DNS nameserver when the VPN is connected.