harvester / pcidevices

Manage PCI Devices and PCI Device Claims for PCI Passthrough in Harvester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure

tlehman opened this issue · comments

When I try to build this, I see a bunch of timeout errors connecting to proxy.golang.org

pkg/deviceplugins/common.go:37:2: kubevirt.io/kubevirt@v0.54.0: Get "https://proxy.golang.org/kubevirt.io/kubevirt/@v/v0.54.0.zip": dial tcp: lookup proxy.golang.org on 192.168.1.1:53: read udp 172.17.0.3:48019->192.168.1.1:53: i/o timeout

I can curl proxy.golang.org on the host, but when I go into the container dapper sh, I can't curl anything. This is a container networking issue:

% dapper sh
sh-4.4#   curl https://proxy.golang.org
curl: (6) Could not resolve host: proxy.golang.org

This is an issue on my laptop, not with the container. I got it working by restarting the docker service.