Update join-linux-nodes-to-cluster.md

Word herding.
This commit is contained in:
Anne Henmi 2018-12-26 10:38:42 -07:00 committed by GitHub
parent 14bcdafa86
commit f60704e84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -107,10 +107,10 @@ you demote them to workers.
You can remove worker nodes from the cluster at any time:
1. Ensure that the node has been shutdown or has left the swarm (i.e. `docker swarm leave`).
2. Navigate to the **Nodes** page and select the node.
1. Confirm the node has been shut down or has left the swarm (i.e. `docker swarm leave`).
2. Navigate to the **Nodes** page, and select the node.
3. In the details pane, click **Actions** and select **Remove**.
4. Click **Confirm** when you're prompted.
4. Click **Confirm** when prompted.
Since manager nodes are important to the cluster overall health, you need to
be careful when removing one from the cluster.