我一直在尝试使用 helm 版本 3 安装 nginx 入口
helm install my-ingress stable/nginx-ingress
但是 Helm 似乎无法找到它的官方stable
repo。它给出了以下信息:
错误:无法下载“stable/nginx-ingress”(提示:运行
helm repo update
可能有帮助)
我试过了helm repo update
。但这无济于事。
我尝试列出回购helm repo list
但它是空的。
我尝试添加稳定的仓库:
helm repo add stable https://github.com/helm/charts/tree/master/stable
但它失败了:
错误:看起来“ https://github.com/helm/charts/tree/master/stable ”不是有效的图表存储库或无法访问:无法获取 https://github.com/helm/charts/tree /master/stable/index.yaml:404未找到