I init the latest kubernetes v1.25.2 with kubeadm, containerd as runtime.
Then config /etc/containerd/certs.d/my_registry:5000/hosts.toml in order to pull images from the private registry.
Command like this:
$ crictl pull my_registry:5000/hello-world:latest
The result is successful! But my registry requires account/password when using 'docker pull'.
Why does this happen?