日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

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

欄目分類
最近更新