Closed maxpain closed 8 months ago
you can set a timeserver via the machine config, it's way easier :)
pool.ntp.org supports IPv6, but only at specific subdomains
you can set a timeserver via the machine config, it's way easier :)
Of course, but we're speaking of out-of-box user experience for Talos users
It's a difficult choice to make, much less to my personal preference, but a wide range of other considerations.
We will look into that, thank you
Feature Request
Use
time.cloudflare.com
instead ofpool.ntp.org
by defaultDescription
Talos already uses
1.1.1.1
as a DNS resolver, so why not usetime.cloudflare.com
as an NTP server? I tried to set an IPv6-only cluster using Talos and saw a lot of errors becausepool.ntp.org
lacks AAAA records and IPv6 connectivity.time.cloudflare.com
fully supports IPv6 and has much less latency due to anycast network design and one of the most extensive CDN networks in the world. At the same time,pool.ntp.org
uses ineffective DNS steering for geo load balancing with fewer PoPs.I tried to set
time.cloudflare.com
using dracut-style kernel args:ip=:::::::1.1.1.1:[2606:4700:4700::1111]:time.cloudflare.com
But it is not possible to use a domain name, only the IPv4/IPv6 address: