Hello team! I have a problem from argocd side. I w...
# all-things-deployment
c
Hello team! I have a problem from argocd side. I was upgraded datahub to v0.8.17 about 10 days ago. Suddenly i saw that app is Degraded because of gms container can’t pull the image. In the logs i saw below error:
Copy code
container "datahub-gms" in pod "datahub-dev-datahub-gms-57594565c8-887jj" is waiting to start: trying and failing to pull image
And also not only in gms image, kafka and mysql pods also have some errors like:
Copy code
Failed to pull image "acryldata/datahub-mysql-setup:v0.8.17.0": 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>
I don’t really know how to resolve the issue.
i
This looks like a limitation on your docker account:
Copy code
You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: <https://www.docker.com/increase-rate-limit>
https://www.docker.com/increase-rate-limits
Copy code
Anonymous and Free Docker Hub users are limited to 100 and 200 container image pull requests per six hours
A workaround would be to self-host those docker images or simply wait a while.