From 58b1db3787a748af4365b4b4bea53aad85f2e73b Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 20 May 2015 22:07:09 -0600 Subject: [PATCH] docs: fedora: fix manual instructions Fix up a some commas --- docs/getting-started-guides/fedora/fedora_manual_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index de0fff655ff..138f5800641 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -86,7 +86,7 @@ KUBE_CONTROLLER_MANAGER_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" +* 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" ```