Skip to content

Commit

Permalink
op-guide: fix join
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Apr 26, 2018
1 parent f0562cf commit fd6b3c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions op-guide/binary-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
--client-urls="http://192.168.199.114:2379" \
--peer-urls="http://192.168.199.114:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log
Expand All @@ -282,7 +281,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
--client-urls="http://192.168.199.115:2379" \
--peer-urls="http://192.168.199.115:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log
```
Expand Down

0 comments on commit fd6b3c6

Please sign in to comment.