mirror of https://github.com/status-im/consul.git
Merge pull request #888 from evtuhovich/master
Fix ambiguity in server start
This commit is contained in:
commit
556ba03689
|
@ -21,7 +21,7 @@ to first add the new nodes and then remove the old nodes.
|
||||||
## Adding New Servers
|
## Adding New Servers
|
||||||
|
|
||||||
Adding new servers is generally straightforward. Simply start the new
|
Adding new servers is generally straightforward. Simply start the new
|
||||||
server with the `-server` flag. At this point, the server will not be a member of
|
agent with the `-server` flag. At this point, the server will not be a member of
|
||||||
any cluster, and should emit something like:
|
any cluster, and should emit something like:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|
Loading…
Reference in New Issue