【发布时间】:2021-04-30 13:56:36
【问题描述】:
我正在开发 helm 2 并尝试将 Tiller 部署为 pod。
>helm init --service-account tiller
但我得到以下错误: 错误:初始化错误:看起来“https://kubernetes-charts.storage.googleapis.com”不是有效的图表存储库或无法访问:获取https://kubernetes-charts.storage.googleapis.com/index.yaml:拨打tcp 172.217.2.240:443:连接:连接超时
有没有人遇到过这个错误,如果有,对于 helm2 有什么推荐的方法来克服这个错误?
【问题讨论】:
-
你在防火墙后面吗?
-
是的,我是,我也在使用代理到达外面
-
你可能点击了这个:github.com/helm/helm/issues/4326
-
您使用哪个 helm 版本?根据 github - 从 v2.11.0 开始应该可以正常工作
-
CI/CD客户端
helm init --stable-repo-url=https://charts.helm.sh/stable --client-only
标签: kubernetes