From b2afaafafed185ec475fa5732d933267e67b41ce Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Tue, 4 Nov 2025 07:50:02 +0100 Subject: [PATCH] docs: add extra information on noProxy --- src/guide/deployment/node-installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/guide/deployment/node-installation.md b/src/guide/deployment/node-installation.md index 9c16674a..9da756d6 100644 --- a/src/guide/deployment/node-installation.md +++ b/src/guide/deployment/node-installation.md @@ -192,7 +192,9 @@ proxy: noProxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,172.16.0.0/16,.svc,localhost,.cluster.local" ``` -The `NO_PROXY`/`no_proxy` value will depend on your kubernetes distribution and your server configuration. +The `NO_PROXY`/`no_proxy` value will depend on your kubernetes distribution and your server configuration, please check your kubernetes distribution's documentation for suggested values. +It is highly recommended that you add the the DNS A record to the `noProxy` value for the cluster in which you are deploying the FLAME Node. The name for this record takes the +form of `` and by default is equal to `.cluster.local`. ## Additional Certificate Authority (CA) Certificates