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
10 changes: 8 additions & 2 deletions docs/reference/embedded-cluster-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
<p>Ignoring host preflight checks is _not_ recommended for production installations.</p>
</td>
</tr>
<tr>
<td>`-l, --license`</td>
<td>
<p>Path to the license file</p>
</td>
</tr>
<tr>
<td>`--local-artifact-mirror-port`</td>
<td>
Expand Down Expand Up @@ -124,7 +130,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
</td>
</tr>
<tr>
<td>`--yes`</td>
<td>`-y, --yes`</td>
<td>
<p>In Embedded Cluster 1.21.0 and later, pass the `--yes` flag to provide an affirmative response to any user prompts for the command. For example, you can pass `--yes` with the `--ignore-host-preflights` flag to ignore host preflight checks during automated installations.</p>
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
Expand Down Expand Up @@ -198,4 +204,4 @@ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16

```bash
sudo ./my-app install --license license.yaml --network-interface eno167777
```
```