Removing nodes from Cluster

Adding confirmation to show that node is shut down or left the swarm.
This commit is contained in:
David Yu 2018-08-09 16:23:10 -07:00 committed by GitHub
parent daa3aebf88
commit 0edab90610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ you demote them to workers.
You can remove worker nodes from the cluster at any time: 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**. 2. In the details pane, click **Actions** and select **Remove**.
3. Click **Confirm** when you're prompted. 3. Click **Confirm** when you're prompted.