Skip to content

Commit 2884f24

Browse files
committed
edits
1 parent 5f6ea00 commit 2884f24

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ 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>`--airgap-bundle`</td>
22+
<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>
23+
</tr>
2024
<tr>
2125
<td>`--data-dir`</td>
2226
<td>
23-
<p>The data directory to use to store Embedded Cluster assets. **Default**: `/var/lib/embedded-cluster`.</p>
27+
<p>The data directory used by Embedded Cluster. **Default**: `/var/lib/embedded-cluster`.</p>
2428
<p>Limitations:</p>
2529
<ul>
2630
<li>The data directory for Embedded Cluster cannot be changed after the cluster is installed.</li>
@@ -52,11 +56,11 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
5256
</tr>
5357
<tr>
5458
<td>`--pod-cidr`</td>
55-
<td>The range of IP addresses that can be assigned to Pods, in CIDR notation. By default, the Pod CIDR is `10.244.0.0/16`.</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>
5660
</tr>
5761
<tr>
5862
<td>`--service-cidr`</td>
59-
<td>The range of IP addresses that can be assigned to Services, in CIDR notation. By default, the Service CIDR is `10.96.0.0/12`.</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>
6064
</tr>
6165
</table>
6266

@@ -89,3 +93,12 @@ sudo ./my-app install --license license.yaml --pod-cidr 172.16.136.0/16
8993

9094
### Change the Default Data Directory
9195

96+
```bash
97+
sudo ./my-app install --license license.yaml --data-dir /data/embedded-cluster
98+
```
99+
100+
### Air Gap Install
101+
102+
```bash
103+
sudo ./myapp install --license license.yaml --airgap-bundle myapp.airgap
104+
```

0 commit comments

Comments
 (0)