@@ -16,7 +16,7 @@ you use the [docker swarm join](/engine/swarm/swarm-tutorial/add-nodes.md)
16
16
command to add more nodes to your cluster. When joining new nodes, the UCP
17
17
services automatically start running in that node.
18
18
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.
20
20
21
21
* ** Manager nodes**
22
22
@@ -40,12 +40,12 @@ When joining a node a a cluster you can specify its role: manager or worker.
40
40
41
41
## Join nodes to the cluster
42
42
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
44
44
the ** Resources** page, and go to the ** Nodes** section.
45
45
46
46
![ ] ( ../../images/scale-your-cluster-1.png ) {: .with-border}
47
47
48
- Click the ** Add Node button ** to add a new node.
48
+ Click the ** Add Node** button to add a new node.
49
49
50
50
![ ] ( ../../../../../images/try-ddc-3.png ) {: .with-border}
51
51
@@ -75,8 +75,10 @@ in UCP.
75
75
2 . If the status of the worker node is ` Ready ` , you'll need to manually force
76
76
the node to leave the swarm. To do this, connect to the target node through
77
77
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.
80
82
81
83
3 . Now that the status of the node is reported as ` Down ` , you may remove the
82
84
node:
0 commit comments