【问题标题】:Is there any option to tell to helm to not wait till post install hook is completed?是否有任何选项告诉 helm 不要等到安装后挂钩完成?
【发布时间】:2020-09-21 04:58:53
【问题描述】:

我们正在使用 helm 部署 k8s 项目/一组 pod。 到目前为止,“helm install”在加载脚本后立即出现。 我们添加了“post install”钩子,“helm install”会等待一段时间并出现错误“timed out waiting for the condition”。

是否有任何选项可以让“helm install”不要等到安装后完成?

【问题讨论】:

    标签: kubernetes-helm post-install


    【解决方案1】:

    这不适用于 helm3 hooks defined as Job or Podopen ticket 中提到了几种解决方法。

    或者,运行helm install --wait --timeout 15m 以防止超时错误。

    【讨论】:

      猜你喜欢
      • 2021-12-10
      • 1970-01-01
      • 1970-01-01
      • 2019-07-01
      • 2018-10-06
      • 1970-01-01
      • 2016-10-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多