Skip to content

Commit

Permalink
Update centos_manual_config.md
Browse files Browse the repository at this point in the history
Update flanneld config to reflect new configuration variables.
  • Loading branch information
eriknelson committed Jan 4, 2017
1 parent e547257 commit 04d74fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started-guides/centos/centos_manual_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ $ etcdctl mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"Su

```shell
# etcd url location. Point this to the server where etcd runs
FLANNEL_ETCD="http://centos-master:2379"
FLANNEL_ETCD_ENDPOINTS="http://centos-master:2379"

# etcd config key. This is the configuration key that flannel queries
# For address range assignment
FLANNEL_ETCD_KEY="/kube-centos/network"
FLANNEL_ETCD_PREFIX="/kube-centos/network"

# Any additional options that you want to pass
FLANNEL_OPTIONS=""
Expand Down Expand Up @@ -180,11 +180,11 @@ KUBELET_ARGS=""

```shell
# etcd url location. Point this to the server where etcd runs
FLANNEL_ETCD="http://centos-master:2379"
FLANNEL_ETCD_ENDPOINTS="http://centos-master:2379"

# etcd config key. This is the configuration key that flannel queries
# For address range assignment
FLANNEL_ETCD_KEY="/kube-centos/network"
FLANNEL_ETCD_PREFIX="/kube-centos/network"

# Any additional options that you want to pass
FLANNEL_OPTIONS=""
Expand Down

0 comments on commit 04d74fc

Please sign in to comment.