这etcd见鬼了
etcdctl -C 15.119.82.101:4001 member list
dial tcp 127.0.0.1:4001: connection refused
telnet 15.119.82.101 4001
Trying 15.119.82.101...
Connected to 15.119.82.101.
Escape character is '^]'.
^C^C^C
Connection closed by foreign host.
telnet 127.0.0.1 4001
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
我就搞不懂了,为什么127.0.0.1 都telnet不上了,用的是proxy上网,我已经添加了 export
为什么这127就是连不上,但是
no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com,.k8s"
怪了telnet 127.0.0.1 22
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
SSH-2.0-OpenSSH_6.4
1 个回复
ɡōōd洋
赞同来自:
知道了