Skip to content

Commit 87ebbec

Browse files
authored
Update embedded-cluster-install.mdx (#2793)
1 parent c123b21 commit 87ebbec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
3232
<td>`--airgap-bundle`</td>
3333
<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>
3434
</tr>
35+
<tr>
36+
<td>`--cidr`</td>
37+
<td>
38+
<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>
39+
</td>
40+
</tr>
3541
<tr>
3642
<td>`--data-dir`</td>
3743
<td>
@@ -81,12 +87,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
8187
<ProxyLimitations/>
8288
</td>
8389
</tr>
84-
<tr>
85-
<td>`--cidr`</td>
86-
<td>
87-
<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>
88-
</td>
89-
</tr>
9090
</table>
9191

9292
## Examples

0 commit comments

Comments
 (0)