码迷,mamicode.com
首页 > 其他好文 > 详细

Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused

时间:2018-08-16 13:46:46      阅读:2017      评论:0      收藏:0      [点我收藏+]

标签:lan   cti   配置   dial   错误   src   ima   docker   listen   

 

配置docker网络flannel时,配置etcd的key的时候出现以下错误

Error:  client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused
; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused
error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused
error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused
技术分享图片

 

解决办法:

修改etcd的配置文件:

vim /etc/etcd/etcd.conf

技术分享图片

在  第6行,后面配置http://127.0.0.1:2379,与本机自己进行通信,  ETCD_LISTEN_CLIENT_URLS="http://192.168.7.78:2379,http://127.0.0.1:2379"

然后重启etcd服务即可

 

 

 

Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused

标签:lan   cti   配置   dial   错误   src   ima   docker   listen   

原文地址:https://www.cnblogs.com/lkun/p/9486156.html

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