Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/reference/embedded-cluster-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
<td>`--airgap-bundle`</td>
<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, see [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap).</td>
</tr>
<tr>
<td>`--cidr`</td>
<td>
<p>The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR block is `10.244.0.0/16`.</p>
</td>
</tr>
<tr>
<td>`--data-dir`</td>
<td>
Expand Down Expand Up @@ -81,12 +87,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
<ProxyLimitations/>
</td>
</tr>
<tr>
<td>`--cidr`</td>
<td>
<p>The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR block is `10.244.0.0/16`.</p>
</td>
</tr>
</table>

## Examples
Expand Down
Loading