【发布时间】:2019-05-05 20:33:48
【问题描述】:
我错误地安装了不安全的分蘖配置。
我已经尝试过helm reset,但肯定有什么东西损坏了,因为现在当我尝试安装 helm 时:
$HELM_HOME has been configured at /home/chris/.helm.
Warning: Tiller is already installed in the cluster.
(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)
Happy Helming!
但是,如果我尝试helm ls,我会得到:
Error: could not find tiller.
那么由于helm reset不足,或者有一些bug,我需要删除哪些资源才能正确重新安装helm(helm init)?
【问题讨论】:
标签: kubernetes kubernetes-helm