🎉 TalosCon 2025: Come to TalosCon in Amsterdam, October 16-17. Learn more →
How to configure Talos Linux to use proxies in a corporate environment
machine: ... files: - content: | -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- permissions: 0644 path: /etc/ssl/certs/ca-certificates op: append
machine: env: http_proxy: <http proxy> https_proxy: <https proxy> no_proxy: <no proxy>
nameservers
servers
machine: env: ... time: servers: - <server 1> - <server ...> - <server n> ... network: nameservers: - <ip 1> - <ip ...> - <ip n>
talos.environment=http_proxy=<http-proxy> talos.environment=https_proxy=<https-proxy>
Was this page helpful?