Kubernetes安装Helm服务端tiller报错Error: forwarding ports: error upgrading connection: unable to upgrade co
2021-02-06 02:17
标签:for error elm node 客户 pre lan ide 客户端 Error: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exist Kubernetes安装Helm服务端tiller报错Error: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exis 标签:for error elm node 客户 pre lan ide 客户端 原文地址:https://www.cnblogs.com/sheldonxiun/p/13121326.htmlError: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exist
安装Helm客户端和服务端后, 执行
helm version
报错,原因:
# 可以执行下面命令查看
kubectl get pods --all-namespace -o wide
解决:
/etc/hosts
配置IP地址和主机名映射(主机点和所有子节点)vim /etc/hosts
# 添加 IP地址和主机名映射, 例如
192.168.25.102 kube-node-01
systemctl restart docker
文章标题:Kubernetes安装Helm服务端tiller报错Error: forwarding ports: error upgrading connection: unable to upgrade co
文章链接:http://soscw.com/index.php/essay/51586.html