命令 helm init 跑步 helm --help init
helm init
helm --help
init
为什么?
根据 official documentation helm init 命令已被删除,没有替换:
这个 stable 默认情况下不再添加存储库。在helmv3的生命周期中,这个存储库将被弃用,我们现在转向一个可以由helmhub搜索的分布式存储库模型。
stable
然而,根据 official quickstart guide
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/ $ helm repo update
驾驶愉快!