This message was deleted.
# rke2
a
This message was deleted.
s
try doing a ping or curl on the index.docker.io do you have a connectionto it?
o
Yes, it works with ping
s
ping ok but how about curl?
possibly hit a limit on requests to docker?
you have a firewall blocking https traffic
o
curl does not return me any value. On the VM Centos Firewall is disabled
the final error of
rke2 server --debug
is
FATA[0029] failed to get runtime image <http://index.docker.io/rancher/rke2-runtime:v1.23.9-rke2r1|index.docker.io/rancher/rke2-runtime:v1.23.9-rke2r1>: all endpoints failed: Get "<https://index.docker.io/v2/>": dial tcp: i/o timeout
s
seems like network issue
you cannot curl then probably you have something blocking it
somewhere
or DNS?
o
ok i will check deeply problem’s connections. Tnx
ok my vm is connected to internet and the firewall is deactivated, but nothing is changed. And to prevent docker from creating conflicts with containerd, I uninstalled it.
752 Views