【发布时间】:2020-09-29 21:27:39
【问题描述】:
我尝试使用 pyhelm 使用 python 客户端在 microk8s 上安装 helm 图表
tiller.install_release(chart.get_helm_chart(), dry_run=False, namespace='default')
microk8s helm3 上似乎不提供tiller。
【问题讨论】:
-
tiller 已在 helm3 中移除,pyhelm 无法与 helm3 一起使用 github.com/flaper87/pyhelm/issues/84
标签: python kubernetes-helm microk8s