【问题标题】:What does the devel flag do in kubectl?kubectl 中的 devel 标志有什么作用?
【发布时间】:2020-01-05 10:43:48
【问题描述】:

我正在关注this youtube 教程,讲师运行此命令。

helm install --name istio incubator/istio --namespace istio-system --devel
helm upgrade istio incubator/istio --reuse-values --set istio.install=true --devel

--devel 标志有什么作用?我似乎找不到它的参考?

省略--devel 标志会出现此错误

Error: failed to download "incubator/istio" (hint: running `helm repo update` may help)

【问题讨论】:

    标签: kubernetes kubernetes-helm istio


    【解决方案1】:
    helm install --help | grep devel
    
      --devel                    use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored.
    

    HELM UPGRADE手册:

    此命令将发布升级到图表的指定版本 和/或更新图表值。

    必需的参数是版本和图表。图表参数可以是 其中之一: - 图表参考('stable/mariadb');使用“-版本”和 '-devel' 标志用于除最新版本之外的版本,- 图表的路径 目录,- 打包的图表,- 完全限定的 URL。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-06-11
      • 1970-01-01
      • 2023-03-10
      • 2011-09-01
      • 2012-05-07
      • 2022-01-14
      • 2020-12-17
      相关资源
      最近更新 更多