Merge pull request #1 from BlueShells/BlueShells-patch-1

Update fedora_manual_config.md
This commit is contained in:
ZhiMing Zhang 2015-04-03 08:51:04 +08:00
commit 4545b63e20

View File

@ -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:
```