Skip to content

Commit f82b18e

Browse files
committed
edits
1 parent 2884f24 commit f82b18e

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install Command Options
1+
# Embedded Cluster Install Command Options
22

33
This topic describes the options available with the Embedded Cluster install command. For more information about how to install with Embedded Cluster, see [Installing with Embedded Cluster](/enterprise/installing-embedded).
44

@@ -17,6 +17,10 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
1717
<th width="35%">Flag</th>
1818
<th width="65%">Description</th>
1919
</tr>
20+
<tr>
21+
<td>`--admin-console-port`</td>
22+
<td></td>
23+
</tr>
2024
<tr>
2125
<td>`--airgap-bundle`</td>
2226
<td>The Embedded Cluster air gap bundle used for installations in air-gapped environments with no outbound internet access. For information about how to install in an air-gapped environment with Embedded Cluster, see [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap).</td>
@@ -25,7 +29,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
2529
<td>`--data-dir`</td>
2630
<td>
2731
<p>The data directory used by Embedded Cluster. **Default**: `/var/lib/embedded-cluster`.</p>
28-
<p>Limitations:</p>
32+
<p>**Limitations:**</p>
2933
<ul>
3034
<li>The data directory for Embedded Cluster cannot be changed after the cluster is installed.</li>
3135
<li>If you use the `--data-dir` flag to change the data directory during installation, then you must use the same location when restoring in a disaster recovery scenario. For more information about disaster recovery with Embedded Cluster, see [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).</li>
@@ -41,6 +45,10 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4145
<td>`--https-proxy`</td>
4246
<td>Proxy server to use for HTTPS</td>
4347
</tr>
48+
<tr>
49+
<td>`--local-artifact-mirror-port`</td>
50+
<td></td>
51+
</tr>
4452
<tr>
4553
<td>`--no-proxy`</td>
4654
<td>
@@ -56,11 +64,17 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
5664
</tr>
5765
<tr>
5866
<td>`--pod-cidr`</td>
59-
<td>The range of IP addresses that can be assigned to Pods, in CIDR notation. **Default:** By default, the Pod CIDR is `10.244.0.0/16`.</td>
67+
<td>
68+
<p>The range of IP addresses that can be assigned to Pods, in CIDR notation. **Default:** By default, the Pod CIDR is `10.244.0.0/16`.</p>
69+
<p>The `--pod-cidr` flag is not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.</p>
70+
</td>
6071
</tr>
6172
<tr>
6273
<td>`--service-cidr`</td>
63-
<td>The range of IP addresses that can be assigned to Services, in CIDR notation. **Default:** By default, the Service CIDR is `10.96.0.0/12`.</td>
74+
<td>
75+
<p>The range of IP addresses that can be assigned to Services, in CIDR notation. **Default:** By default, the Service CIDR is `10.96.0.0/12`.</p>
76+
<p>The `--service-cidr` flags is not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.</p>
77+
</td>
6478
</tr>
6579
</table>
6680

0 commit comments

Comments
 (0)