Custom NTP server in Talos Linux

Learn the process of activating a custom NTP server on your Talos Linux platform.

In this example, we will use the NTP server from Cloudflare.

Tip
You can do this before installing Talos, or if you have already installed it, do it with talosctl edit machineconfig.

This configuration has to be done on every node. Here is the configuration (click to expand):

1
2
3
4
5
machine:
  time:
    disabled: false # Indicates if the time service is disabled for the machine.
    servers:
        - time.cloudflare.com