From e543adf59fb09b3682ee5ba6ad27200e54c71d73 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 11 Mar 2024 15:16:27 +0100 Subject: [PATCH] doc: Add maintenance mode improvements Related to: https://github.com/harvester/harvester/issues/5069 Signed-off-by: Volker Theile --- docs/host/host.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/host/host.md b/docs/host/host.md index c26f58ac3a1..a7ee15ada1d 100644 --- a/docs/host/host.md +++ b/docs/host/host.md @@ -19,6 +19,8 @@ Because Harvester is built on top of Kubernetes and uses etcd as its database, t For admin users, you can click **Enable Maintenance Mode** to evict all VMs from a node automatically. It will leverage the `VM live migration` feature to migrate all VMs to other nodes automatically. Note that at least two active nodes are required to use this feature. +If you want to force a shutdown of a VM instead of migrating it to another node, add the label `harvesterhci.io/maintain-force-shutdown` and the value `true` to those VMs. + ![node-maintenance.png](/img/v1.2/host/node-maintenance.png) ## Cordoning a Node