首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >通过helm下载JupyterHub失败

通过helm下载JupyterHub失败
EN

Stack Overflow用户
提问于 2020-03-24 05:43:20
回答 1查看 231关注 0票数 0

我正在尝试下载/安装jupyterhub舵表。

代码语言:javascript
复制
> 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:

代码语言:javascript
复制
> 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/

我遗漏了什么?会不会是上游repo服务器问题?

EN

回答 1

Stack Overflow用户

发布于 2020-03-24 06:22:33

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

代码语言:javascript
复制
helm upgrade --install jhub jupyterhub/jupyterhub --namespace jhub --version=0.8.2 --values config.yaml 
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60821946

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档