Skip to content

Comments

Update info on ignoring prefight checks for Embedded Cluster installs#3843

Merged
paigecalvert merged 1 commit intomainfrom
134230
Feb 20, 2026
Merged

Update info on ignoring prefight checks for Embedded Cluster installs#3843
paigecalvert merged 1 commit intomainfrom
134230

Conversation

@paigecalvert
Copy link
Contributor

@paigecalvert paigecalvert commented Feb 20, 2026

@paigecalvert paigecalvert requested a review from a team as a code owner February 20, 2026 18:45
@netlify
Copy link

netlify bot commented Feb 20, 2026

Deploy Preview for replicated-docs ready!

Name Link
🔨 Latest commit b858e98
🔍 Latest deploy log https://app.netlify.com/projects/replicated-docs/deploys/6998abb34c1a6d0007205f24
😎 Deploy Preview https://deploy-preview-3843--replicated-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@replicated-ci replicated-ci added type::docs Improvements or additions to documentation type::feature labels Feb 20, 2026
@netlify
Copy link

netlify bot commented Feb 20, 2026

Deploy Preview for replicated-docs-upgrade ready!

Name Link
🔨 Latest commit b858e98
🔍 Latest deploy log https://app.netlify.com/projects/replicated-docs-upgrade/deploys/6998abb3d5d2bc0008a89180
😎 Deploy Preview https://deploy-preview-3843--replicated-docs-upgrade.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@paigecalvert paigecalvert changed the title Update info on ignoring prefight checks for Embedded Cluster installa… Update info on ignoring prefight checks for Embedded Cluster installs Feb 20, 2026
--admin-console-password ADMIN_CONSOLE_PASSWORD \
[--ignore-app-preflights] \
[--tls-cert CUSTOM_TLS_CERT] \
[--tls-key CUSTOM_TLS_KEY]
Copy link
Contributor Author

@paigecalvert paigecalvert Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ it seemed weird to show just these options when there are several. also, this only mentioned ignoring app preflights for some reason. instead, just removed these and added a link to the install command reference for the full list of options

For more information about the `install` command options, see [install](/reference/embedded-cluster-install).
For the complete list of `install` options, see [install](/reference/embedded-cluster-install).

## (Optional) Ignore Preflight Checks During Installation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved this info to the automated install page. seemed like that was where it was most relevant. from the other install pages, you can still find info about ignoring preflights by following the link to the install command reference with all the options

* To ignore preflight checks:

```bash
sudo ./APP_SLUG install --license license.yaml --ignore-host-preflights --ignore-app-preflights --yes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated the example so it's showing both the ignore app and host preflight options

<tr>
<td>`--ignore-host-preflights`</td>
<td>
<p>When `--ignore-host-preflights` is passed, the host preflight checks are still run, but the user is prompted and can choose to continue with the installation if preflight failures occur. If there are no failed preflights, no user prompt is displayed. Additionally, the Admin Console still runs any application-specific preflight checks before the application is deployed. For more information about the Embedded Cluster host preflight checks, see [About Host Preflight Checks](/vendor/embedded-overview#about-host-preflight-checks) in _Using Embedded Cluster_.</p>
Copy link
Contributor Author

@paigecalvert paigecalvert Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are no failed preflights, no user prompt is displayed.

seemed obvious enough to remove in favor of having fewer words


* If you do not provide any query parameters, this endpoint downloads the Embedded Cluster binary for the latest release on the specified channel. You can provide the `channelSequence` query parameter to download the binary for a particular release.

## Ignore Host Preflight Checks During Installation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed from it's current home in the "Use Embedded Cluster" page

@paigecalvert paigecalvert requested a review from ajp-io February 20, 2026 18:56
@paigecalvert paigecalvert merged commit 5a36039 into main Feb 20, 2026
5 checks passed
@paigecalvert paigecalvert deleted the 134230 branch February 20, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type::docs Improvements or additions to documentation type::feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants