Phillip Boushy
12/18/2024, 8:08 PMKathy Satterlee
12/18/2024, 8:33 PMKathy Satterlee
12/18/2024, 8:37 PMfleetd
to autoupdate using the '`stable`' channel. That way, everything is alwayy in sync.Phillip Boushy
12/19/2024, 12:40 AMAllen Houchins
12/19/2024, 3:40 PMfleetctl
(admin app) is different than fleetd
(what gets installed on hosts). You mentioned generating a package so I am assuming you mean fleetctl
. There is generally no harm in fleetctl
being behind, especially if for you are using it only for generating enrollment packages. One thing worth noting, if you install fleetctl
via npm
, it will auto-update when it notices a server update. As Kathy mentioned, the server will keep fleetd
up to date on your hosts.Phillip Boushy
01/06/2025, 6:26 PMfleetd
- fleetctl package
generates a package, but the version of the package changes every few weeks even if we haven't updated the server.
I'm asking "Is there any risk to a client getting a version of fleetd
that is newer than the server?" - Like with Jamf if you're running 11.4, the agent is 11.4 because the APIs match, etc.Allen Houchins
01/06/2025, 6:41 PMfleetd
is 1.37.0 and the latest version of osquery
is 5.15.0. Your Fleet server is controlling the version of fleetd
that is running via the agent options you have configured. Its not likely they will be on incompatible versions, and unless you have a specific reason to run the edge
version of fleetd
, you'll be fine with the default configuration of running on the stable
channel.