Skip to content

Commit 4163dd3

Browse files
authored
Merge pull request #81 from PrivateAIM/add-no-proxy-tip
docs: add extra information on noProxy
2 parents 0690577 + b2afaaf commit 4163dd3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/guide/deployment/node-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ proxy:
192192
noProxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,172.16.0.0/16,.svc,localhost,.cluster.local"
193193
```
194194

195-
The `NO_PROXY`/`no_proxy` value will depend on your kubernetes distribution and your server configuration.
195+
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.
196+
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
197+
form of `<cluster-domain>` and by default is equal to `.cluster.local`.
196198

197199
## Additional Certificate Authority (CA) Certificates
198200

0 commit comments

Comments
 (0)