Tiller安装失败 Error: error installing:
来源:12-5 部署前奏 - Helm & Operator

wzywzy
2021-03-10
请老师帮忙看下 到这一步报错 前面的都没有报错 k8s环境是公司的 v1.17.2 和这个有关系
写回答
2回答
-
yl_testimooc3804939
2022-12-21
根据老师的方法已经解决:
helm init --service-account tiller --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.13.1 --stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@'| kubectl apply -f -
helm init --service-account tiller --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.13.1 --tiller-tls-cert /etc/kubernetes/ssl/tiller001.pem --tiller-tls-key /etc/kubernetes/ssl/tiller001-key.pem --tls-ca-cert /etc/kubernetes/ssl/ca.pem --tiller-namespace kube-system --stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@'| kubectl apply -f -
00 -
刘果国
2021-03-11
有关系,给你找了点资料供参考:
https://www.cnblogs.com/dalianpai/p/12154061.html
https://blog.csdn.net/weixin_44723434/article/details/103260500
00
相似问题