【问题标题】:Failed to download JupyterHub via helm无法通过 helm 下载 JupyterHub
【发布时间】:2020-07-04 09:52:12
【问题描述】:

我正在尝试下载/安装 jupyterhub helm chart。

> helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
"jupyterhub" has been added to your repositories

> helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jupyterhub" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈

> helm upgrade --install jhub jupyterhub/jupyterhub --namespace jhub --version=0.8.2 --values config.yaml
Error: failed to download "jupyterhub/jupyterhub" (hint: running `helm repo update` may help)

(再次尝试helm repo update 不起作用)

当我查看我的 repos 时,我可以看到 jupyterhub:

> helm repo list
NAME        URL
stable      https://kubernetes-charts.storage.googleapis.com
local       http://127.0.0.1:8879/charts
jupyterhub  https://jupyterhub.github.io/helm-chart/

我错过了什么?可能是上游回购服务器问题?

【问题讨论】:

    标签: kubernetes-helm jupyterhub


    【解决方案1】:

    哇。问题是我在版本周围有引号。它不接受这一点。这有效:

    helm upgrade --install jhub jupyterhub/jupyterhub --namespace jhub --version=0.8.2 --values config.yaml 
    

    【讨论】:

      猜你喜欢
      • 2020-08-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-03
      • 2021-04-02
      • 1970-01-01
      • 1970-01-01
      • 2021-08-03
      相关资源
      最近更新 更多