Skip to content

Commit a02ae2d

Browse files
Merge pull request kubernetes#1542 from masstomato/typo-docs-centos
Fix typo 'ectdclt'
2 parents 50f4c84 + f72b098 commit a02ae2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/centos/centos_manual_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ KUBE_API_ARGS=""
123123

124124
```shell
125125
$ etcdctl mkdir /kube-centos/network
126-
$ etcdclt mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"SubnetLen\": 24, \"Backend\": { \"Type\": \"vxlan\" } }"
126+
$ etcdctl mk /kube-centos/network/config "{ \"Network\": \"172.30.0.0/16\", \"SubnetLen\": 24, \"Backend\": { \"Type\": \"vxlan\" } }"
127127
```
128128

129129
* Configure flannel to overlay Docker network in /etc/sysconfig/flanneld on the master (also in the nodes as we'll see):

0 commit comments

Comments
 (0)