Does Fly VMs sync time using a NTP server?

Hello everyone, I’ve seem a couple of posts here about NTP time sync but I it’s not clear that fly.io VMs sync time by default using a NTP server.

I have an Alpine Linux machine and installed a NTP client using:

apk add chrony

Then I tried to check if the machine is using a NTP server executing:

chronyc tracking

But I just get “506 Cannot talk to daemon” error.

Trying ntpq doesn’t work either:

ntpq -p

***Socket error; probably ntpd is not running

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.