From 1a4f271fa52503842e041f89f8450fa67a2f517d Mon Sep 17 00:00:00 2001 From: melpike <79950145+melpike@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:25:50 -0700 Subject: [PATCH] Clarify Fleet instance address instruction (#38602) Add clarity for what's expected for `--address` value --- articles/fleetctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/fleetctl.md b/articles/fleetctl.md index 902def57db..41b8eed5bd 100644 --- a/articles/fleetctl.md +++ b/articles/fleetctl.md @@ -75,7 +75,7 @@ This section walks you through authentication, assuming you already have a runni To log in to your Fleet instance, run the following commands: -1. Set the Fleet instance address +1. Set the Fleet instance address (your Fleet server’s URL) ```sh > fleetctl config set --address 'https://fleet.example.com'