Skip to content

Commit

Permalink
Merge pull request #2833 from replicatedhq/ec-flag-version-reqs
Browse files Browse the repository at this point in the history
Add version reqs to ec install flags
  • Loading branch information
paigecalvert authored Nov 18, 2024
2 parents ebab3cb + 7376844 commit 49339de
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 49339de

Please sign in to comment.