Documentation: fix "Missing infra1="

Documentation: fix "Missing infra1="
release-2.1
Mikael Kjaer 2015-03-01 09:44:25 +04:00
parent fbd5c81139
commit 22c8d781ef
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ ETCD_INITIAL_CLUSTER_STATE=new
```
```
-initial-cluster infra0=http://10.0.1.10:2380,http://10.0.1.11:2380,infra2=http://10.0.1.12:2380 \
-initial-cluster infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380 \
-initial-cluster-state new
```