From cc3935738f4c398a2b0a6b25bc2d79508b1b212a Mon Sep 17 00:00:00 2001 From: Julien Guay Date: Thu, 25 Sep 2025 09:55:42 +0100 Subject: [PATCH] Fix anchor link By shutting down the host --- deploy-manage/maintenance/ece/perform-ece-hosts-maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/maintenance/ece/perform-ece-hosts-maintenance.md b/deploy-manage/maintenance/ece/perform-ece-hosts-maintenance.md index e502072f05..76f4966216 100644 --- a/deploy-manage/maintenance/ece/perform-ece-hosts-maintenance.md +++ b/deploy-manage/maintenance/ece/perform-ece-hosts-maintenance.md @@ -23,7 +23,7 @@ You can perform these maintenance actions on the hosts in your ECE installation * [For Docker-based installations: disable the Docker service](#ece-perform-host-maintenance-docker-disable) * [For Podman-based installations: disable the Podman-related services](#ece-perform-host-maintenance-podman-disable) * [By deleting the host (destructive)](#ece-perform-host-maintenance-delete-runner) -* [By shutting down the host (less destructive)](#ece-perform-host-maintenance-delete-runner) +* [By shutting down the host (less destructive)](#ece-perform-host-maintenance-shutdown-host) Which method you choose depends on how invasive your host maintenance needs to be. If your host maintenance could affect ECE, use the destructive method that first deletes the host from your installation. These methods include a step that moves any hosted {{es}} clusters and {{kib}} instances off the affected hosts and are generally considered safe, provided that your ECE installation still has sufficient resources available to operate after the host has been removed.