Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1966f11

Browse files
scjanejohndmulhausen
authored andcommitted
Update scale-your-cluster.md (docker#2669)
1 parent 8c4811c commit 1966f11

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ you use the [docker swarm join](/engine/swarm/swarm-tutorial/add-nodes.md)
1616
command to add more nodes to your cluster. When joining new nodes, the UCP
1717
services automatically start running in that node.
1818

19-
When joining a node a a cluster you can specify its role: manager or worker.
19+
When joining a node to a cluster you can specify its role: manager or worker.
2020

2121
* **Manager nodes**
2222

@@ -40,12 +40,12 @@ When joining a node a a cluster you can specify its role: manager or worker.
4040

4141
## Join nodes to the cluster
4242

43-
To add join nodes to the cluster, go to the **UCP web UI**, navigate to
43+
To join nodes to the cluster, go to the **UCP web UI**, navigate to
4444
the **Resources** page, and go to the **Nodes** section.
4545

4646
![](../../images/scale-your-cluster-1.png){: .with-border}
4747

48-
Click the **Add Node button** to add a new node.
48+
Click the **Add Node** button to add a new node.
4949

5050
![](../../../../../images/try-ddc-3.png){: .with-border}
5151

@@ -75,8 +75,10 @@ in UCP.
7575
2. If the status of the worker node is `Ready`, you'll need to manually force
7676
the node to leave the swarm. To do this, connect to the target node through
7777
SSH and run `docker swarm leave --force` directly against the local docker
78-
engine. Warning: do not perform this step if the node is still a manager, as
79-
that may cause loss of quorum.
78+
engine.
79+
80+
>**Warning**: Do not perform this step if the node is still a manager, as
81+
>that may cause loss of quorum.
8082
8183
3. Now that the status of the node is reported as `Down`, you may remove the
8284
node:

0 commit comments

Comments
 (0)