-
Notifications
You must be signed in to change notification settings - Fork 31
Doc --ignore-app-preflights, --tls-cert, --tls-key #3512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| <tr> | ||
| <td>`--ignore-app-preflights`</td> | ||
| <td> | ||
| <p>When `--ignore-app-preflights` is passed, the application-specific preflight checks are still run, but any failures or warnings are ignored and the installation proceeds. The `--ignore-app-preflights` flag is useful when performing automated (headless) installations from the command line.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i actually think this is just a pass through of kots's --skip-preflights flag, so we actually don't run them in this scenario
| <tr> | ||
| <td>`--ignore-app-preflights`</td> | ||
| <td> | ||
| <p>When `--ignore-app-preflights` is passed, the application-specific preflight checks are skipped. This is useful when performing automated (headless) installations because it ensures that any warnings or failures from application preflight checks do not prevent the installation from proceeding.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ajp-io corrected this description to say that preflights are actually skipped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, i'm good if this was the only change i needed to review
https://deploy-preview-3512--replicated-docs.netlify.app/reference/embedded-cluster-install#flags
https://deploy-preview-3512--replicated-docs.netlify.app/enterprise/installing-embedded-automation#online-internet-connected-installation (and air gap section too)