mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Clarify error logs will appear when not setting --fleet-url or --enroll-secret flags (#13500)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
parent
96da9fc353
commit
479976460b
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ The following command creates a Fleetd installer, `.pkg` file, which adds macOS
|
|||
```sh
|
||||
fleetctl package --type pkg --fleet-url=[YOUR FLEET URL] --enroll-secret=[YOUR ENROLLMENT SECRET]
|
||||
```
|
||||
>**Note:** The only configuration option required to create an installer is `--type`, but to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret`
|
||||
>**Note:** The only configuration option required to create an installer is `--type`. However, to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret`. When those flags are not set, fleetd will log errors.
|
||||
|
||||
When you install the generated Fleetd installer on a host, this host will automatically enroll in the specified Fleet instance.
|
||||
|
||||
|
|
@ -369,4 +369,4 @@ You can then look for `orbit` or `osquery` to narrow down results.
|
|||
|
||||
<meta name="pageOrderInSection" value="500">
|
||||
<meta name="description" value="Learn how to generate installers and enroll hosts in your Fleet instance using fleetd or osquery.">
|
||||
<meta name="navSection" value="The basics">
|
||||
<meta name="navSection" value="The basics">
|
||||
|
|
|
|||
Loading…
Reference in a new issue