学无先后,达者为师

网站首页 编程语言 正文

k8s Error: could not find tiller

作者:NoOne-csdn 更新时间: 2022-04-01 编程语言

background

Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
Error: could not find tiller

helm安装出错

solution

kubectl get all --all-namespaces | grep tiller
kubectl delete deployment tiller-deploy -n kube-system
kubectl delete service tiller-deploy -n kube-system
kubectl get all --all-namespaces | grep tiller

在这里插入图片描述

然后
helm init

原文链接:https://blog.csdn.net/weixin_40161254/article/details/112323587

栏目分类
最近更新