mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-10 07:01:12 +02:00
This fixes simple bug: ``` $ talosctl -n 172.20.0.2 time error fetching time: 1 error occurred: * 172.20.0.2: rpc error: code = Unknown desc = no time servers configured ``` After the change: ``` $ talosctl -n 172.20.0.2 time NODE NTP-SERVER NODE-TIME NTP-SERVER-TIME 172.20.0.2 pool.ntp.org 2021-12-10 14:25:38.871656717 +0000 UTC 2021-12-10 14:25:38.92119139 +0000 UTC ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>