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:
Mo Zhu 2023-08-25 10:04:28 -07:00 committed by GitHub
parent 96da9fc353
commit 479976460b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">