mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Improve teams transfer documentation (#7603)
This commit is contained in:
parent
aafd45fe12
commit
f15979a10c
1 changed files with 8 additions and 1 deletions
|
|
@ -56,7 +56,14 @@ Hosts can only belong to one team in Fleet.
|
|||
|
||||
You can add hosts to a new team in Fleet by either enrolling the host with a team's enroll secret or by [transferring the host via the Fleet UI](#transfer-hosts-to-a-team) after the host has been enrolled to Fleet.
|
||||
|
||||
To automatically add hosts to a team in Fleet check out the ["Adding hosts" documentation](./Adding-hosts.md#automatically-adding-hosts-to-a-team).
|
||||
To automatically add hosts to a team in Fleet, check out the ["Adding hosts"
|
||||
documentation](./Adding-hosts.md#automatically-adding-hosts-to-a-team).
|
||||
|
||||
> If a host was previously enrolled using a global enroll secret, changing the host's osquery enroll
|
||||
> secret will not cause the host to be transferred to the desired team. You must delete the
|
||||
> `osquery/osquery.db` file on the host, which forces the host to re-enroll
|
||||
> using the new team enroll secret. Alternatively, you can transfer the host via the Fleet UI, the
|
||||
> fleetctl CLI using `fleetctl hosts transfer`, or the [transfer host API endpoint](https://fleetdm.com/docs/using-fleet/rest-api#transfer-hosts-to-a-team).
|
||||
|
||||
## Transfer hosts to a team
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue