Skip to content

Commit 45e723d

Browse files
committed
Mention that we add node IP to no-proxy
1 parent c517ccc commit 45e723d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
7070
<td>`--no-proxy`</td>
7171
<td>
7272
<p>Comma-separated list of hosts for which not to use a proxy.</p>
73-
<p>For single-node installations, pass the IP address of the node where you are installing. For multi-node installations, when deploying the first node, pass the list of IP addresses for all nodes in the cluster (typically in CIDR notation).</p>
73+
<p>For single-node installations, pass the IP address of the node where you are installing. For multi-node installations, when deploying the first node, pass the list of IP addresses for all nodes in the cluster (typically in CIDR notation). The default network interface's subnet will automatically be added to the no-proxy list if the node's IP address isn't already included.</p>
7474
<p>The following are never proxied:</p>
7575
<ul>
7676
<li>Internal cluster communication (`localhost`, `127.0.0.1`, `.cluster.local`, `.svc`)</li>
77-
<li>The CIDR used for assigning IPs to Kubernetes Pods and Services. By default, the CIDR is `10.244.0.0/16`. For information about how to change this default, see [Set IP Address Ranges for Pods and Services](#set-ip-address-ranges-for-pods-and-services).</li>
77+
<li>The CIDR block used for assigning IPs to Kubernetes Pods and Services. By default, the CIDR block is `10.244.0.0/16`. For information about how to change this default, see [Set IP Address Range for Pods and Services](#set-ip-address-range-for-pods-and-services).</li>
7878
</ul>
7979
<p>To ensure your application's internal cluster communication is not proxied, use fully qualified domain names like `my-service.my-namespace.svc` or `my-service.my-namespace.svc.cluster.local`.</p>
8080
<ProxyRequirements/>
@@ -84,7 +84,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
8484
<tr>
8585
<td>`--cidr`</td>
8686
<td>
87-
<p>The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR is `10.244.0.0/16`.</p>
87+
<p>The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR block is `10.244.0.0/16`.</p>
8888
</td>
8989
</tr>
9090
</table>

0 commit comments

Comments
 (0)