Join Slack
Powered by
I think ORBIT_DISABLE_UPDATES=true is respected by...
# fleet
p
Phillip Boushy
08/22/2025, 6:57 AM
I think ORBIT_DISABLE_UPDATES=true is respected by the ongoing orbit process, but if you run orbit shell it attempts to update itself. I see in orbit.go that it has this line to check the variable:
https://github.com/fleetdm/fleet/blob/d6bcf6cb212aaaf5bd2feb3fec6a77329f73c7fd/orbit/cmd/orbit/orbit.go#L547
But in shell.go there’s no checking the variable. It just creates a new updater:
https://github.com/fleetdm/fleet/blob/d6bcf6cb212aaaf5bd2feb3fec6a77329f73c7fd/orbit/cmd/orbit/shell.go#L66
l
Lucas Rodriguez
08/22/2025, 12:46 PM
Ah good catch! Could you open a Github issue? Happy to do it too.
p
Phillip Boushy
08/22/2025, 1:26 PM
Yeah, I’ll submit that shortly. It’ll probably be 11am Eastern by the time I submit it?
👍 1
l
Lucas Rodriguez
08/22/2025, 1:43 PM
Also, curious to hear why running with
ORBIT_DISABLE_UPDATES=true
🙂
p
Phillip Boushy
08/22/2025, 4:46 PM
our linux users want all updates to come through package manager.
👍 1
Phillip Boushy
08/22/2025, 4:47 PM
Guarantees it goes through our change control process.
3
Views
Open in Slack
Previous
Next