代码之家  ›  专栏  ›  技术社区  ›  aboger yanki Boy

头盔初始化在版本3中被删除

  •  0
  • aboger yanki Boy  · 技术社区  · 5 年前

    命令 helm init 跑步 helm --help init

    为什么?

    1 回复  |  直到 5 年前
        1
  •  19
  •   aboger yanki Boy    5 年前

    根据 official documentation helm init 命令已被删除,没有替换:


    这个 stable 默认情况下不再添加存储库。在helmv3的生命周期中,这个存储库将被弃用,我们现在转向一个可以由helmhub搜索的分布式存储库模型。

    然而,根据 official quickstart guide

    $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
    $ helm repo update  
    

    驾驶愉快!