您好我正在尝试使用ubuntu 14.04在vm上安装kubernetes,使用来自http://kubernetes.io/docs/getting-started-guides/ubuntu/的手册 我试过了
KUBERNETES_PROVIDER=ubuntu ./kube-up.sh
我收到以下错误:
etcd start/pre-start, process 1557
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
以下是/var/log/upstart/etcd.log
的内容:
2016-10-24 13:28:54.269743 I | etcdmain: listening for peers on http://localhost:2380
2016-10-24 13:28:54.269852 I | etcdmain: listening for peers on http://localhost:7001
2016-10-24 13:28:54.269921 I | etcdmain: listening for client requests on http://127.0.0.1:4001
2016-10-24 13:28:54.269994 I | etcdmain: stopping listening for client requests on http://127.0.0.1:4001
2016-10-24 13:28:54.270017 I | etcdmain: stopping listening for peers on http://localhost:7001
2016-10-24 13:28:54.270052 I | etcdmain: stopping listening for peers on http://localhost:2380
我在公司代理服务器后面使用它,http_proxy,https_proxy和no_proxy已被设置
我尝试了KUBE_VERSION=1.2.0
,FLANNEL_VERSION=0.5.0
,ETCD_VERSION=2.2.0
版本
我甚至为KUBE 1.1.8,1.3.0,1.4.0,1.4.4尝试了不同的版本但最终出现了同样的错误。
请帮助
答案 0 :(得分:1)