On a fresh playbook install, these errors occur for crictl.
WARN[0000] runtime connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio.sock unix:///var/run/cri-dockerd.sock]. As the default settings are now deprecated, you should set the endpoint instead.
ERRO[0000] unable to determine runtime API version: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial unix /var/run/dockershim.sock: connect: no such file or directory"
WARN[0000] image connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio.sock unix:///var/run/cri-dockerd.sock]. As the default settings are now deprecated, you should set the endpoint instead.
ERRO[0000] unable to determine image API version: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial unix /var/run/dockershim.sock: connect: no such file or directory"
Steps to reproduce:
Run playbook
ssh node-1
sudo crictl ps
These errors seem to be related to the recent deprecation of Dockershim in v1.23 -- Probably needs a new config of some type.
On a fresh playbook install, these errors occur for
crictl
.Steps to reproduce:
ssh node-1
sudo crictl ps
These errors seem to be related to the recent deprecation of Dockershim in v1.23 -- Probably needs a new config of some type.