码迷,mamicode.com
首页 > Web开发 > 详细

kubernetes 二进制安装 遇到 etcd 不能启动报错 处理

时间:2020-05-13 15:19:50      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:system   master   tcp   etc   而在   fuse   clust   错误   原因   

查看系统日志 报错信息

May 13 14:14:02 master etcd: health check for peer 92e46651355a9596 could not connect: dial tcp 192.168.243.150:2380: connect: connection refused
May 13 14:14:02 master etcd: health check for peer 92e46651355a9596 could not connect: dial tcp 192.168.243.150:2380: connect: connection refused
May 13 14:14:02 master etcd: health check for peer df28de52717ead9b could not connect: dial tcp 192.168.243.149:2380: connect: connection refused
May 13 14:14:02 master etcd: health check for peer df28de52717ead9b could not connect: dial tcp 192.168.243.149:2380: connect: connection refused

// 1·排除 etcd 配置文件错误。
// 2. 需要先启动 其他节点的 etcd 而不是 master 的etcd
// 3.原因:分析是因为etcd1的配置文件/etc/systemd/system/etcd.service 启动脚本中的ETCD_INITIAL_CLUSTER_STATE是new,而在配置中ETCD_INITIAL_CLUSTER写入了etcd2/3的IP:PORT,这时etcd1尝试去连接etcd2、etcd3,但是etcd2、3的etcd服务此时还未启动,因此需要先启动etcd2和3的etcd服务,再去启动etcd1。

kubernetes 二进制安装 遇到 etcd 不能启动报错 处理

标签:system   master   tcp   etc   而在   fuse   clust   错误   原因   

原文地址:https://blog.51cto.com/13746824/2494870

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!