Skip to content

Commit 9ca6f16

Browse files
committed
edits
1 parent f82b18e commit 9ca6f16

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
1919
</tr>
2020
<tr>
2121
<td>`--admin-console-port`</td>
22-
<td></td>
22+
<td>
23+
<p>Port to run the KOTS Admin Console on. **Default**: By default, the Admin Console runs on port 30000.</p>
24+
<p>The Embedded Cluster host preflight checks verify the default ports or the user-supplied ports, so users will be alerted before installation if they need to choose new port(s). For more information about the host preflight checks for Embedded Cluster, see [About Host Preflight Checks](/vendor/embedded-overview#about-host-preflight-checks).</p>
25+
<p>**Limitation:** It is not possible to change the port for the Admin Console during a restore with Embedded Cluster. For more information, see [Disaster Recovery for Embedded Cluster (Alpha)](/vendor/embedded-disaster-recovery).</p>
26+
</td>
2327
</tr>
2428
<tr>
2529
<td>`--airgap-bundle`</td>
@@ -47,7 +51,10 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4751
</tr>
4852
<tr>
4953
<td>`--local-artifact-mirror-port`</td>
50-
<td></td>
54+
<td>
55+
<p>Port to run the Local Artifact Mirror (LAM) on. **Default**: By default, the LAM runs on port 50000.</p>
56+
<p>The Embedded Cluster host preflight checks verify the default ports or the user-supplied ports, so users will be alerted before installation if they need to choose new port(s). For more information about the host preflight checks for Embedded Cluster, see [About Host Preflight Checks](/vendor/embedded-overview#about-host-preflight-checks).</p>
57+
</td>
5158
</tr>
5259
<tr>
5360
<td>`--no-proxy`</td>

0 commit comments

Comments
 (0)