fix 'Important' layout/style issue (#18048)

This commit is contained in:
Bracaval Elias 2023-08-28 17:22:29 +09:00 committed by GitHub
parent b9647a76a1
commit 1a688813ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ availability. `DRAIN` availability prevents a node from receiving new tasks
from the swarm manager. It also means the manager stops tasks running on the from the swarm manager. It also means the manager stops tasks running on the
node and launches replica tasks on a node with `ACTIVE` availability. node and launches replica tasks on a node with `ACTIVE` availability.
> **Important**: Setting a node to `DRAIN` does not remove standalone containers from that node, > **Important**:
>
> Setting a node to `DRAIN` does not remove standalone containers from that node,
> such as those created with `docker run`, `docker compose up`, or the Docker Engine > such as those created with `docker run`, `docker compose up`, or the Docker Engine
> API. A node's status, including `DRAIN`, only affects the node's ability to schedule > API. A node's status, including `DRAIN`, only affects the node's ability to schedule
> swarm service workloads. > swarm service workloads.