You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedded Cluster supports installation options such as installing behind proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
87
+
:::
84
88
85
89
1. When prompted, enter a password for accessing the KOTS Admin Console.
Copy file name to clipboardExpand all lines: docs/enterprise/installing-embedded.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@ To install an application with Embedded Cluster:
47
47
Where:
48
48
*`APP_SLUG` is the unique slug for the application.
49
49
*`LICENSE_FILE` is the customer license.
50
+
<br/>
51
+
:::note
52
+
Embedded Cluster supports installation options such as installing behind proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
53
+
:::
50
54
51
55
1. When prompted, enter a password for accessing the KOTS Admin Console.
* 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.
4
+
5
+
* Proxy settings cannot be changed after installation or during upgrade.
This topic describes the options available with the Embedded Cluster install command. For more information about how to install with Embedded Cluster, see [Online Installation with Embedded Cluster](/enterprise/installing-embedded) or [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded).
<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>
51
+
<ProxyRequirements/>
52
+
<ProxyLimitations/>
53
53
</td>
54
54
</tr>
55
55
<tr>
56
56
<td>`--https-proxy`</td>
57
57
<td>
58
58
<p>Proxy server to use for HTTPS.</p>
59
-
<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>
59
+
<ProxyRequirements/>
60
+
<ProxyLimitations/>
65
61
</td>
66
62
</tr>
67
63
<tr>
68
64
<td>`--license`</td>
69
65
<td>
70
-
<p>License file.</p>
66
+
<p>The license file to use for installation. Must have the **Embedded Cluster Enabled** license field enabled. See [Creating and Managing Customers](/vendor/releases-creating-customer).</p>
<li>The CIDRs used for assigning IPs to Kubernetes Pods and Services. By default, the Pod CIDR is `10.244.0.0/16` and the Service CIDR `10.96.0.0/12`. For information about how to change these defaults, see [Set IP Address Ranges for Pods and Services](#set-ip-address-ranges-for-pods-and-services).</li>
88
84
</ul>
89
85
<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>
90
-
<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>
0 commit comments