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”