docs: fedora: fix manual instructions

Fix up a some commas
pull/6/head
Brandon Philips 2015-05-20 22:07:09 -06:00
parent d3778f5f5a
commit 58b1db3787
1 changed files with 1 additions and 1 deletions

View File

@ -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" ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:4001"
``` ```