mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-13 08:31:13 +02:00
1. When time is set by timed, also sync RTC with system time, otherwise time might be off after a reboot. 2. Before fetching Packet (Equinix Metal) metadata over `https://`, do one-time time sync in the background, as if the clock skew is big enough, TLS certificate will be considered invalid and boot fails. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>