除了 helm install/upgrade 的 --timeout 标志之外,有没有办法更改默认超时?

Is there a way to change the default timeout apart from --timeout flag for helm install/upgrade?

根据 helm install and upgrade doc ,更改默认超时 5m0s 的方法是使用标志 --timeout 。但是我们有什么办法可以增加这个超时,也许在某些配置文件或集群设置中我们可以以某种方式将 5m0s 的默认值更改为更长的持续时间?

它不能全局更改,应该在每个操作中使用。 请参阅文档:https://helm.sh/docs/intro/using_helm/#helpful-options-for-installupgraderollback