grafana-helm-charts 版本 7.0.0 无法从 ecr 中提取公共镜像

问题描述 投票:0回答:1

拉取镜像“docker.io/public.ecr.aws/nslhub/grafana:10.4.0” 警告失败 7 秒(超过 22 秒 x2)kubelet 无法拉取映像“docker.io/public.ecr.aws/nslhub/grafana:10.4.0”:rpc 错误:代码 = 未知 desc = 无法拉取并解压映像“docker. io/public.ecr.aws/nslhub/grafana:10.4.0”:无法解析引用“docker.io/public.ecr.aws/nslhub/grafana:10.4.0”:拉取访问被拒绝,存储库不存在或可能需要授权:服务器消息:不够范围:授权失败

这是 pod 中存在 grafana-helm-charts 问题的错误,尝试从 6.56.1 升级到 7.0.0 或更高版本

my grafana-image and helm version

镜像中的版本和helm版本在集群中运行良好

暂时恢复了 helm-charts 版本,但在更高的 grafana-helm-charts 版本中存在此问题,针对 7.0.0 和 6.61.2 进行了测试,两者都没有任何建议

charts grafana amazon-ecr
1个回答
0
投票

正确配置注册表、存储库、标签……。例如:

image:
  registry: public.ecr.aws
  repository: nslhub/grafana
  tag: ""
  pullPolicy: IfNotPresent
© www.soinside.com 2019 - 2024. All rights reserved.