Merge pull request #5211 from stewart-yu/patch-36

Update fedora_manual_config.md
pull/5273/head
Andrew Chen 2017-09-01 16:39:17 -07:00 committed by GitHub
commit a4016b1a5f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.254.0.0/16"
KUBE_API_ARGS=""
```
* Edit /etc/etcd/etcd.conf to let etcd listen on all available IPs instead of 127.0.0.1; If you have not done this, you might see an error such as "connection refused".
* Edit /etc/etcd/etcd.conf to let etcd listen on all available IPs instead of 127.0.0.1. If you have not done this, you might see an error such as "connection refused".
```shell
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379"