Skip to content

Commit 516ea6d

Browse files
committed
edits
1 parent 7a2fd2d commit 516ea6d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,29 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4545
<td>
4646
<p>Proxy server to use for HTTP.</p>
4747
<p>**Requirement**: Proxy installations require Embedded Cluster 1.5.1 or later with Kubernetes 1.29 or later.</p>
48+
<p>**Limitations:**</p>
49+
<ul>
50+
<li>If any of your [Helm extensions](/reference/embedded-config#extensions) make requests to the internet, the given charts need to be manually configured so that those requests are made to the user-supplied proxy server instead. Typically, this requires updating the Helm values to set HTTP proxy, HTTPS proxy, and no proxy. Note that this limitation applies only to network requests made by your Helm extensions. The proxy settings supplied to the install command are used to pull the containers required to run your Helm extensions.</li>
51+
<li>Proxy settings cannot be changed after installation or during upgrade.</li>
52+
</ul>
4853
</td>
4954
</tr>
5055
<tr>
5156
<td>`--https-proxy`</td>
5257
<td>
5358
<p>Proxy server to use for HTTPS.</p>
5459
<p>**Requirement**: Proxy installations require Embedded Cluster 1.5.1 or later with Kubernetes 1.29 or later.</p>
60+
<p>**Limitations:**</p>
61+
<ul>
62+
<li>If any of your [Helm extensions](/reference/embedded-config#extensions) make requests to the internet, the given charts need to be manually configured so that those requests are made to the user-supplied proxy server instead. Typically, this requires updating the Helm values to set HTTP proxy, HTTPS proxy, and no proxy. Note that this limitation applies only to network requests made by your Helm extensions. The proxy settings supplied to the install command are used to pull the containers required to run your Helm extensions.</li>
63+
<li>Proxy settings cannot be changed after installation or during upgrade.</li>
64+
</ul>
65+
</td>
66+
</tr>
67+
<tr>
68+
<td>`--license`</td>
69+
<td>
70+
<p>License file.</p>
5571
</td>
5672
</tr>
5773
<tr>
@@ -72,6 +88,11 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
7288
</ul>
7389
<p>To ensure your app'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>
7490
<p>**Requirement**: Proxy installations require Embedded Cluster 1.5.1 or later with Kubernetes 1.29 or later.</p>
91+
<p>**Limitations:**</p>
92+
<ul>
93+
<li>If any of your [Helm extensions](/reference/embedded-config#extensions) make requests to the internet, the given charts need to be manually configured so that those requests are made to the user-supplied proxy server instead. Typically, this requires updating the Helm values to set HTTP proxy, HTTPS proxy, and no proxy. Note that this limitation applies only to network requests made by your Helm extensions. The proxy settings supplied to the install command are used to pull the containers required to run your Helm extensions.</li>
94+
<li>Proxy settings cannot be changed after installation or during upgrade.</li>
95+
</ul>
7596
</td>
7697
</tr>
7798
<tr>

0 commit comments

Comments
 (0)