Hi! I'm trying to build RKE from sources. I've cloned the repo and run make. The build went fine till integration step - during that step I've got a lot of messages like
time="2023-05-15T23:23:56Z" level=info msg="Pulling image [rancher/rke-tools:v0.1.89] on host [172.17.0.3], try #1"
time="2023-05-15T23:23:56Z" level=warning msg="Can't pull Docker image [rancher/rke-tools:v0.1.89] on host [172.17.0.3]: Error response from daemon: Get
https://registry-1.docker.io/v2/: dial tcp: lookup
registry-1.docker.io on 127.0.0.53:53: read udp 127.0.0.1:39912->127.0.0.53:53: read: connection refused".
This seems like dns problem. The question is what am I doing wrong? Any help would be highly appreciated.