mirror of https://github.com/docker/docs.git
parent
14bcdafa86
commit
f60704e84a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue