创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
操作系统信息
EKS平台-1.18
Kubernetes版本信息
1.18
KubeSphere版本信息
V3.4.1
eks下自动扩缩,加上人工干预。造成
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
匿名的每6个小时只有100次拉取的次数,本以为 等6个小时后就可以重启就会拉取镜像。 其实不然
注册了dockerhub了账号,其他的镜像正常拉取了。 在修复prometheus-k8s-0 时因为是有状态的服务。通过ks平台修改和命令修改都无效。
请各位大佬,支教一下怎么修改。才可以有效!!!!!!!「添加dockerhub认证」
或者 教教卸载ks部署时自带的Prometheus Operato 方式,以及单独重装 也行 !!!!!!
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 16m default-scheduler Successfully assigned kubesphere-monitoring-system/prometheus-k8s-0 to ip-192-168-126-248.ap-south-1.compute.internal
Warning Failed 15m kubelet Failed to pull image "kubesphere/prometheus-config-reloader:v0.55.1": failed to pull and unpack image "docker.io/kubesphere/prometheus-config-reloader:v0.55.1": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubesphere/prometheus-config-reloader/manifests/sha256:5d4e54b3625096e396d378e8aae2ce7ab5fbe98c196e1cd005ebe97d4e4ff7b4: 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
Normal Pulling 14m (x4 over 16m) kubelet Pulling image "kubesphere/prometheus-config-reloader:v0.55.1"
Warning Failed 14m (x3 over 16m) kubelet Failed to pull image "kubesphere/prometheus-config-reloader:v0.55.1": failed to pull and unpack image "docker.io/kubesphere/prometheus-config-reloader:v0.55.1": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubesphere/prometheus-config-reloader/manifests/sha256:77c5a31bd7ac72a4b3ba3a6d3aa8e593eb070bd61384c49e96ad3d4aa0aa185d: 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
Warning Failed 14m (x4 over 16m) kubelet Error: ErrImagePull
Warning Failed 14m (x6 over 16m) kubelet Error: ImagePullBackOff
Normal BackOff 73s (x61 over 16m) kubelet Back-off pulling image "kubesphere/prometheus-config-reloader:v0.55.1"