gpt4 book ai didi

kubernetes - Helm : how do I Install the latest helm chart from repo

转载 作者:行者123 更新时间:2023-12-03 13:04:07 25 4
gpt4 key购买 nike

如何下载已经有不同版本的最新包图表?

我尝试使用 helm repo add <repo-name> <repo-url> 添加孵化器存储库然后做了一个 helm repo update .当我尝试使用以下命令下载/安装最新图表时:

helm install helm-name repo/chart-name

它抛出以下错误:
Error:
[debug] Created tunnel using local port: '37220'

[debug] SERVER: "127.0.0.1:37220"

[debug] Original chart version: ""
Error: chart "chart-name" matching not found in repo index. (try 'helm repo update'). No chart version found for chart-name-

关于如何下载最新图表而不是每次都指定图表版本的任何想法?
或者
这是否仅在 semver 用于图表版本控制时才下载最新图表?

最佳答案

这意味着您要安装的图表在存储库中不存在。尝试列出所有图表。
试试 helm repo list获取所有现有图表的列表。

我刚试过 helm install incubator/vdfgdfgdfgfdg --dry-run --debug模拟安装一些不存在的图表并得到相同的错误:

helm install incubator/vdfgdfgdfgfdg --dry-run --debug
[debug] Created tunnel using local port: '45830'

[debug] SERVER: "127.0.0.1:45830"

[debug] Original chart version: ""
Error: chart "vdfgdfgdfgfdg" matching not found in incubator index. (try 'helm repo update'). no chart name found

关于kubernetes - Helm : how do I Install the latest helm chart from repo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53295380/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com