Anika yadav:
Trying to pull repository http://docker.io/library/hello-world|docker.io/library/hello-world …
/usr/bin/docker-current: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.
Anoop Radhakrishnan:
that is the docker rate limit for anonymous (unauthenticated) pulls. you will have to authenticate pull requests to http://docker.io|docker.io (to double your limit) or stay within the 100 per 6 hours.
Alex:
Alternatively, It is 200 for 6 hours for free docker account, the quota given by docker. It seems you have used any program like cronJob to keep pulling images. Pls mark imagePullPolicy=IfNotPresent in that program