1. 程式人生 > >Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused

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

cluster key nec vim inf connect refused bubuko onf

配置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