From 50eefef71b0498b0272da819f65c8197328a8d09 Mon Sep 17 00:00:00 2001 From: Amarachi Iheanacho Date: Fri, 30 Jan 2026 17:03:33 +0100 Subject: [PATCH] docs: add infor on DNS and NTP Signed-off-by: Amarachi Iheanacho --- public/talos/v1.12/networking/corporate-proxies.mdx | 8 +++++--- public/talos/v1.13/networking/corporate-proxies.mdx | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/public/talos/v1.12/networking/corporate-proxies.mdx b/public/talos/v1.12/networking/corporate-proxies.mdx index 3879aacf..fe6abac9 100644 --- a/public/talos/v1.12/networking/corporate-proxies.mdx +++ b/public/talos/v1.12/networking/corporate-proxies.mdx @@ -11,7 +11,7 @@ See [Custom Certificate Authorities](../security/certificate-authorities) to app ## Configuring a Machine to Use the Proxy -To make use of a proxy: +To configure Talos to use an HTTP or HTTPS proxy, set the appropriate environment variables in the machine configuration: ```yaml machine: @@ -21,7 +21,7 @@ machine: no_proxy: ``` -Additionally, configure the DNS `nameservers`, and NTP `servers`: +In proxy-restricted environments, you may also need to configure DNS (`nameservers`) and NTP (`timeservers`) explicitly: ```yaml machine: @@ -40,8 +40,10 @@ machine: - ``` -If a proxy is required before Talos machine configuration is applied, use [kernel command line arguments](../reference/kernel): +If proxy access is required before the machine configuration is applied (for example, during initial boot), provide the proxy settings via [kernel command line arguments](../reference/kernel): ```text talos.environment=http_proxy= talos.environment=https_proxy= ``` + +DNS and NTP settings can also be managed using their dedicated configuration documents: [ResolverConfig](../reference/configuration/network/resolverconfig) and [TimeSyncConfig](../reference/configuration/network/timesyncconfig) respectively diff --git a/public/talos/v1.13/networking/corporate-proxies.mdx b/public/talos/v1.13/networking/corporate-proxies.mdx index 3879aacf..fe6abac9 100644 --- a/public/talos/v1.13/networking/corporate-proxies.mdx +++ b/public/talos/v1.13/networking/corporate-proxies.mdx @@ -11,7 +11,7 @@ See [Custom Certificate Authorities](../security/certificate-authorities) to app ## Configuring a Machine to Use the Proxy -To make use of a proxy: +To configure Talos to use an HTTP or HTTPS proxy, set the appropriate environment variables in the machine configuration: ```yaml machine: @@ -21,7 +21,7 @@ machine: no_proxy: ``` -Additionally, configure the DNS `nameservers`, and NTP `servers`: +In proxy-restricted environments, you may also need to configure DNS (`nameservers`) and NTP (`timeservers`) explicitly: ```yaml machine: @@ -40,8 +40,10 @@ machine: - ``` -If a proxy is required before Talos machine configuration is applied, use [kernel command line arguments](../reference/kernel): +If proxy access is required before the machine configuration is applied (for example, during initial boot), provide the proxy settings via [kernel command line arguments](../reference/kernel): ```text talos.environment=http_proxy= talos.environment=https_proxy= ``` + +DNS and NTP settings can also be managed using their dedicated configuration documents: [ResolverConfig](../reference/configuration/network/resolverconfig) and [TimeSyncConfig](../reference/configuration/network/timesyncconfig) respectively