helm 升级代理参数
helm upgrade proxy parameters
我有问题。我想在 kubernetes 上安装 helm 但是当我想要 运行 这个命令 helm init --upgrade
但是我有这个错误:
Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/repository/repositories.yaml
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not
a valid chart repository or cannot be reached: Get https://kubernetes-
charts.storage.googleapis.com/index.yaml: dial tcp 216.58.197.80:443: i/o
timeout
我想代理设置没有设置,但我不知道如何设置。
一个想法?
感谢您的帮助,
真诚的,
Killer_Minet
也许您有内部代理?如果是这样,您希望将 https_proxy
环境设置为 https_proxy=<your proxy> helm init --upgrade
。您也可以将其全局设置为 export https_proxy=<your proxy>
.
我有问题。我想在 kubernetes 上安装 helm 但是当我想要 运行 这个命令 helm init --upgrade
但是我有这个错误:
Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/repository/repositories.yaml
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not
a valid chart repository or cannot be reached: Get https://kubernetes-
charts.storage.googleapis.com/index.yaml: dial tcp 216.58.197.80:443: i/o
timeout
我想代理设置没有设置,但我不知道如何设置。
一个想法?
感谢您的帮助,
真诚的,
Killer_Minet
也许您有内部代理?如果是这样,您希望将 https_proxy
环境设置为 https_proxy=<your proxy> helm init --upgrade
。您也可以将其全局设置为 export https_proxy=<your proxy>
.