通过 Docker Hub 将实例同步至镜像仓库 CR 时,可能出现 TOOMANYREQUESTS
的报错。详细报错信息如下:
http status code: 429, body: { "errors": [ { "code": "TOOMANYREQUESTS", "message": "You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" } ] }
Docker Hub 针对免费账号用户的镜像拉取限速导致了以上报错。解决的方法:
解决方案的详细说明参见 https://www.docker.com/increase-rate-limit。