[长期更新]helm常见问题以及配置记录

Posted by 梁远鹏 on 2023-04-23 | 阅读 |,阅读约 1 分钟

TOC

说明

本文主要收集常见场景下 helm 配置以及遇到的一些常见问题,欢迎对本文进行投稿你认为好的场景配置或问题.

unclosed action 错误

用 helm 3.5 在 kubernetes 1.29 上安装 contour的时候报错了:

[root@lank8scn yamls]# helm upgrade -i contour bitnami/contour -n contour --set replicaCount=1
Release "contour" does not exist. Installing it now.
Error: parse error at (contour/charts/common/templates/_resources.tpl:15): unclosed action

在网上快速搜索了一下看到这个问题可以通过升级 helm 到 3.7.0 来解决,我是直接升级到了 3.14.0 解决了.

官方文档

https://helm.sh/docs/

微信公众号

扫描下面的二维码关注我们的微信公众号,第一时间查看最新内容。同时也可以关注我的Github,看看我都在了解什么技术,在页面底部可以找到我的Github。

wechat-qrcode