Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/guide/deployment/node-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<cluster-domain>` and by default is equal to `.cluster.local`.

## Additional Certificate Authority (CA) Certificates

Expand Down