Failed to pull image “busybox:latest”: rpc error: code = Unknown desc = failed to pull and unpack image “docker.io/library/busybox:latest”: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
在k8s集群中安装ks3.4.1开启日志失败
这个是拉取地址是默认的,我怎么行修改都不行,请问各位大神怎么解决呢?
# 使用Kubesphere或者命令进行编辑,修改 sts 使用的 busyboy 镜像为本地镜像
kubectl edit sts opensearch-cluster-data -n kubesphere-logging-system kubectl edit sts opensearch-cluster-master -n kubesphere-logging-system
# 本文修改后 image 内容(自己根据实际情况修改域名前缀)
registry.opsman.top/kubesphereio/busybox:1.31.1
修改后,还是不行,
docker拉取镜像提示You may increase the limit by authenticating.
如果是未登录状态,达到了周期内的拉取次数上限,可以使用docker login之后,再拉取镜像。
如果是已登录状态,可以更换一个docker账号,docker login登录之后,再拉取镜像。
- 已编辑
感谢大神回复, 问题已解决。把默认拉取地址删除,指定私有仓库地址进行拉取下载,问题就可以解决了