From 6d31bc7ec40608e4eb17cc0fd58136c235c13836 Mon Sep 17 00:00:00 2001 From: ZhiMing Zhang Date: Fri, 3 Apr 2015 08:49:58 +0800 Subject: [PATCH] Update fedora_manual_config.md when I run into this trouble,I googled a lot and finally mattf helped me out of this ,I think it's better to update this document for someone else who try to follow this guide --- docs/getting-started-guides/fedora/fedora_manual_config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 428c746f194..12a5787e261 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -77,6 +77,11 @@ KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16" KUBE_API_ARGS="" ``` +* Edit /etc/etcd/etcd.conf,let the etcd to listen all the ip instead of 127.0.0.1,if not ,you will get the error like "connection refused" +``` +ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:4001" +``` + * Start the appropriate services on master: ```