Any fix for " You have reached your pull rate limit. You may increase the limit . . .

Apaar Sharma:
any fix for " You have reached your pull rate limit. You may increase the limit by authenticating and upgrading" yet ? the issue is not limited to any particular lab, but all the labs which use this UI instead of the new UI with questions in the left pane.

Leonardo Cordeiro:
same problem. There’s a thread about this on <#CHMV3P9NV|certified-kub-admin>

Azhagiri:
look this thread https://kodekloud.slack.com/archives/CHMV3P9NV/p1620118878025000

Azhagiri:
docker login with you personal ID fix this issue

Mohamed Ayman:
Can u check it again?

I have face the same issue. To continue the lab, I have add registry mirror to /etc/containerd/config.toml under, “[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