hi, I wonder if manually pull the image with `ctr ...
# rke2
l
hi, I wonder if manually pull the image with
ctr --address /run/k3s/containerd/containerd.sock -n <http://k8s.io|k8s.io> image pull <http://docker.io/xxx|docker.io/xxx>
will fix the issue of
ImagePullBackOff
Error. The case I met is that my network sometimes not works fine to pull image from dockerhub, so I manually pull the image with the command above. I could make my pod running with the command previously however recent it not works and it still tell me no image found and need to pull image but cannot get the image downloaded. Is there any change for the rke2 and how could I debug and fix the problem. great thanks!