Issue with the labs

Hi,

I am facing the below issue in CKAD course labs on Image pull from Docker.

Failed to pull image. You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: Understanding Your Docker Hub Rate Limit | Docker

Please check on this.

Thanks,
Leonidas

I have face the same issue. To continue the lab, I have to add registry mirror to /etc/containerd/config.toml under, “plugins.”[plugins.“io.containerd.grpc.v1.cri”.registry.mirrors]"

      [plugins."io.containerd.grpc.v1.cri".registry.mirrors]
        [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
          endpoint = ["https://mirror.gcr.io"]

And restart containerd

systemctl restart containerd.service