From d38ba054308cfd852674fef57e64f87fa215b492 Mon Sep 17 00:00:00 2001 From: Roberto Seldner Date: Fri, 3 Apr 2026 09:14:25 -0700 Subject: [PATCH] Enhance --delay-enroll option description Expanded explanation of the --delay-enroll option to include scenarios where network access may not be immediately available to align with change introduced in https://github.com/elastic/elastic-agent/pull/4727 --- reference/fleet/agent-command-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/agent-command-reference.md b/reference/fleet/agent-command-reference.md index 829e8b115f..f815935c2c 100644 --- a/reference/fleet/agent-command-reference.md +++ b/reference/fleet/agent-command-reference.md @@ -230,7 +230,7 @@ For more information about custom certificates, refer to [Configure SSL/TLS for : Timeout waiting for {{agent}} daemon. `--delay-enroll` -: Delays enrollment to occur on first start of the {{agent}} service. This setting is useful when you don’t want the {{agent}} to enroll until the next reboot or manual start of the service, for example, when you’re preparing an image that includes {{agent}}. +: Delays enrollment to occur on first start of the {{agent}} service. This setting is useful when you don't want the {{agent}} to enroll until the next reboot or manual start of the service, for example, when you're preparing an image that includes {{agent}} or deploying to environments where network access may not be immediately available. If {{fleet-server}} is unreachable when the service starts, {{agent}} will retry enrollment indefinitely until it succeeds. `--elastic-agent-cert` : Certificate to use as the client certificate for the {{agent}}'s connections to {{fleet-server}}.