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
2 changes: 2 additions & 0 deletions docs/reference/embedded-cluster-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
<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>
<p>**Requirement**: Embedded Cluster 1.16.0 or later.</p>
</td>
</tr>
<tr>
<td>`--data-dir`</td>
<td>
<p>The data directory used by Embedded Cluster. **Default**: `/var/lib/embedded-cluster`</p>
<p>**Requirement**: Embedded Cluster 1.16.0 or later.</p>
<p>**Limitations:**</p>
<ul>
<li>The data directory for Embedded Cluster cannot be changed after the cluster is installed.</li>
Expand Down