英文: Where helm stores its data on a cluster 问题 Alice将图表从她的计算机部署到一个k8s集群上。 Bob在该集群上运行helm ls -a并看到Ali...
如何在不使用任何命令的情况下触发重新创建部署?
英文: How to trigger to re-creation of deployment without any command 问题 抱歉,我明白你只需要翻译代码部分。以下是代码部分的翻译: ...
如何评估范围内的字段?
英文: How can evaluate field in range? 问题 我正在尝试为许多类似的应用程序创建一个默认模板,我需要在两个或多个 pod 之间共享相同的 PVC,并且需要修改图表以创...
Helm for循环列表
英文: Helm for loop list 问题 我想使用一个部署文件和值文件来创建多个服务的图表。 我的值文件包含所有服务的值,必须在一个部署文件中使用。 以下是我的部署文件内容 apiVersi...
在旁边安装更新版本的图表
英文: Install newer version of chart side by side 问题 我正在尝试使用Istio实施金丝雀部署,但首先我必须部署旧版本的图表Pod(已成功完成),以及新版...
what's the meaning of $_ in helm template
英文: what's the meaning of $_ in helm template 问题 我想知道在Helm模板中$_的含义是什么。 我知道Helm模板使用Go Sprig模板语言: ...
Helm中是否有类似于’tpl’的函数,但如果找不到变量时不会失败?
英文: Is there function in helm similar to 'tpl' but don't fail if variable is not found 问...
如何将字符串连接到Helm中的.AsConfig结果?
英文: How to concat string to result of .AsConfig in helm? 问题 我有这样的配置: {{- with .Files.Glob "file...
Facing "error calling ge: incompatible types for comparison" in helm template
英文: Facing "error calling ge: incompatible types for comparison" in helm template 问题 我正在尝试...
将文件解析为Helm模板。
英文: Parsing file into helm template 问题 我尝试解析文件: VAR1=https://com.dom VAR2=abcd=efg= 使用以下模板: {{- rang...