Update index.md (#9478)

Changed the order for the actions to be in chronological order. Currently, it seems you have to find the replica ID before running the command. This is emphasized by the "Then run". This is not the case. You use the replica ID after you run the command.
This commit is contained in:
Jose J. Escobar 2019-09-20 09:55:10 -07:00 committed by lena-larionova
parent a74585cef8
commit 9351f15192
1 changed files with 4 additions and 6 deletions

View File

@ -149,12 +149,6 @@ To add replicas to a DTR cluster, use the [join](/reference/dtr/2.7/cli/join/) c
2. Run the join command. 2. Run the join command.
When you join a replica to a DTR cluster, you need to specify the
ID of a replica that is already part of the cluster. You can find an
existing replica ID by going to the **Shared Resources > Stacks** page on UCP.
3. Next, run:
```bash ```bash
docker run -it --rm \ docker run -it --rm \
{{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} join \ {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} join \
@ -168,6 +162,10 @@ To add replicas to a DTR cluster, use the [join](/reference/dtr/2.7/cli/join/) c
> install the DTR replica. This is NOT the UCP Manager URL. > install the DTR replica. This is NOT the UCP Manager URL.
{: .important} {: .important}
When you join a replica to a DTR cluster, you need to specify the
ID of a replica that is already part of the cluster. You can find an
existing replica ID by going to the **Shared Resources > Stacks** page on UCP.
3. Check that all replicas are running. 3. Check that all replicas are running.
In your browser, navigate to UCP's In your browser, navigate to UCP's