Update set-up-high-availability.md (#3159)

This commit is contained in:
Wang Jie 2017-05-05 05:30:30 +08:00 committed by John Mulhausen
parent 74954733f5
commit dade10fe30
1 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ To add replicas to an existing DTR deployment:
1. Use ssh to log into any node that is already part of UCP. 1. Use ssh to log into any node that is already part of UCP.
2. Run the DTR join command: 2. Run the DTR join command:
```none ```none
docker run -it --rm \ docker run -it --rm \
@ -66,7 +66,7 @@ To add replicas to an existing DTR deployment:
To remove a DTR replica from your deployment: To remove a DTR replica from your deployment:
1. Use ssh to log into any node that is part of UCP. 1. Use ssh to log into any node that is part of UCP.
2. Run the DTR remove command: 2. Run the DTR remove command:
```none ```none
docker run -it --rm \ docker run -it --rm \
@ -76,8 +76,8 @@ docker run -it --rm \
You will be prompted for: You will be prompted for:
* Existing replica id: the id of any healthy DTR replica of that cluster * Existing replica ID: the ID of any healthy DTR replica of that cluster
* Replica id: the id of the DTR replica you want to remove. It can be the id of an * Replica ID: the ID of the DTR replica you want to remove. It can be the ID of an
unhealthy replica unhealthy replica
* UCP username and password: the administrator credentials for UCP * UCP username and password: the administrator credentials for UCP