Unable to Pull image in Kubernetes Lab

Hello, team.
I’m currently doing Create httpd pod on Kubernetes task in Kubernetes course and I’m unable to pull docker image httpd:latest as it was required in the task.

Events:
Type Reason Age From Message


Normal Scheduled 4m13s default-scheduler Successfully assigned default/pod-httpd to kodekloud-control-plane
Normal Pulling 2m44s (x4 over 4m12s) kubelet Pulling image “httpd:latest”
Warning Failed 2m43s (x4 over 4m11s) kubelet Failed to pull image “httpd:latest”: rpc error: code = Unknown desc = failed to pull and unpack image “docker.io/library/httpd:latest”: failed to copy: httpReadSeeker: failed open: unexpected status code ]fe0041b317bcdb6f5d9be63594f0030: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: Understanding Your Docker Hub Rate Limit | Docker
Warning Failed 2m43s (x4 over 4m11s) kubelet Error: ErrImagePull
Warning Failed 2m14s (x6 over 4m10s) kubelet Error: ImagePullBackOff
Normal BackOff 2m (x7 over 4m10s) kubelet Back-off pulling image “httpd:latest”

A link to the lab would be very useful here. If this is KodeKloud Engineer, then it’s an issue we know about and will be fixed in the next couple of days. If it isn’t, this is unexpected, and I’ll need a link to the lab to know what’s going on.

Hi, I am facing this same issue and thus cant pass the lab:

I was currently doing kubernetes Labs on Nautilus Project. This was first day task in kubernetes and the question was:

  1. Deploy Pods in Kubernetes Cluster
    Cannot exactly give u the link, but there is an image in this comment section, its the same problem.

I got the same error.