From 1a688813ca79b190f0f3dac6ad0b7c1656751bf9 Mon Sep 17 00:00:00 2001 From: Bracaval Elias <45099340+yatoogamii@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:22:29 +0900 Subject: [PATCH] fix 'Important' layout/style issue (#18048) --- content/engine/swarm/swarm-tutorial/drain-node.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/engine/swarm/swarm-tutorial/drain-node.md b/content/engine/swarm/swarm-tutorial/drain-node.md index ca27ccd741..995231d6cf 100644 --- a/content/engine/swarm/swarm-tutorial/drain-node.md +++ b/content/engine/swarm/swarm-tutorial/drain-node.md @@ -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 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 > API. A node's status, including `DRAIN`, only affects the node's ability to schedule > swarm service workloads.