Merge pull request #1542 from masstomato/typo-docs-centos

Fix typo 'ectdclt'
This commit is contained in:
devin-donnelly 2016-10-25 14:57:32 -07:00 committed by GitHub
commit a02ae2da29
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ KUBE_API_ARGS=""
```shell
$ etcdctl mkdir /kube-centos/network
$ etcdclt mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"SubnetLen\": 24, \"Backend\": { \"Type\": \"vxlan\" } }"
$ etcdctl mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"SubnetLen\": 24, \"Backend\": { \"Type\": \"vxlan\" } }"
```
* Configure flannel to overlay Docker network in /etc/sysconfig/flanneld on the master (also in the nodes as we'll see):