@Tej_Singh_Rana the docker limit for pulling images is reached and when u try to . . .

Rohit Pawar:
@Tej_Singh_Rana the docker limit for pulling images is reached and when u try to create new pods the pods go into crashloop back up … anything that we can do to solve this issue

Events:
  Type     Reason     Age   From               Message
  ----     ------     ----  ----               -------
  Normal   Scheduled  12s   default-scheduler  Successfully assigned default/redis-storage to node01
  Normal   Pulling    11s   kubelet, node01    Pulling image "redis:alpine"
  Warning  Failed     10s   kubelet, node01    Failed to pull image "redis:alpine": rpc error: code = Unknown desc = Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: <https://www.docker.com/increase-rate-limit>
  Warning  Failed     10s   kubelet, node01    Error: ErrImagePull
  Normal   BackOff    9s    kubelet, node01    Back-off pulling image "redis:alpine"
  Warning  Failed     9s    kubelet, node01    Error: ImagePullBackOff

Isak Mohammed:
Yes some issues with labs pulling images, most of the pods are in ImagePullError

Tej_Singh_Rana:
Hello, @Isak Mohammed @Rohit Pawar
Can you please tell me lab name?

Isak Mohammed:
CKAD->Under configuration section->resource limits lab

Rohit Pawar:
CKA -Mock Exam 2

Dinesh:
Try to use imagePullPolicy: IfNotPresent This might help

Mohamed Ayman:
Are you still have this issue after restarting the lab?

Sri:
Hi @Mohamed Ayman ,

Yes this issue still exists, please help.

Sri: