Skip to content

Commit df549b8

Browse files
authored
Update embedded-cluster-install.mdx
1 parent 45e723d commit df549b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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). 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>
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 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>
@@ -126,4 +126,4 @@ Where:
126126

127127
```bash
128128
sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16
129-
```
129+
```

0 commit comments

Comments
 (0)