From 0edab906105091f8c3b83adb0e40005b166b55b2 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 9 Aug 2018 16:23:10 -0700 Subject: [PATCH] Removing nodes from Cluster Adding confirmation to show that node is shut down or left the swarm. --- .../admin/configure/join-nodes/join-linux-nodes-to-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster.md b/ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster.md index 5924cfaf55..1120acd1b1 100644 --- a/ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster.md +++ b/ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster.md @@ -107,7 +107,8 @@ you demote them to workers. You can remove worker nodes from the cluster at any time: -1. Navigate to the **Nodes** page and select the node. +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. 2. In the details pane, click **Actions** and select **Remove**. 3. Click **Confirm** when you're prompted.