Phillip Boushy
01/06/2025, 6:29 PMOne thing worth noting, if you installIs this why Fleet recommends installing fleetctl viaviafleetctl
, it will auto-update when it notices a server update.npm
npm
? Since fleetctl
is a self-contained binary on Linux, it seems excessive to install npm.Allen Houchins
01/06/2025, 6:58 PMnpm
is just one method for installing fleetctl
. You can download the binary from GitHub and manually update it as needed.Kathy Satterlee
01/06/2025, 7:07 PMfleetctl
itself is not autoupdated by npm
to match your server version, that's something you'll need to manage manually (or using scripts, as we do in the Gitops action).Phillip Boushy
01/07/2025, 8:41 PMUh, that's exactly the opposite of what Allen said. So installingitself is not autoupdated byfleetctl
to match your server versionnpm
fleetctl
via npm
or manually from the GitHub does not grant you auto-updates to match the server?
If you want fleetctl
to match the server, you need to determine the server version and then tell npm
the version or download the appropriate release version?Kathy Satterlee
01/08/2025, 3:25 PM