Skip to content

Commit 7376844

Browse files
committed
Add version reqs to ec install flags
1 parent ebab3cb commit 7376844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4242
<td>`--cidr`</td>
4343
<td>
4444
<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>
45+
<p>**Requirement**: Embedded Cluster 1.16.0 or later.</p>
4546
</td>
4647
</tr>
4748
<tr>
4849
<td>`--data-dir`</td>
4950
<td>
5051
<p>The data directory used by Embedded Cluster. **Default**: `/var/lib/embedded-cluster`</p>
52+
<p>**Requirement**: Embedded Cluster 1.16.0 or later.</p>
5153
<p>**Limitations:**</p>
5254
<ul>
5355
<li>The data directory for Embedded Cluster cannot be changed after the cluster is installed.</li>

0 commit comments

Comments
 (0)