You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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-using#about-host-preflight-checks) in _Using Embedded Cluster_</p>
89
+
<p>Ignoring host preflight checks is _not_ recommended for production installations.</p>
<p>The KOTS [PrivateCACert](/reference/template-functions-static-context#privatecacert) template function returns the ConfigMap containing the private CA certificates supplied with the `--private-ca` flag. You can use this template function to mount the ConfigMap so your containers trust the CA too.</p>
117
124
</td>
118
125
</tr>
126
+
<tr>
127
+
<td>`--yes`</td>
128
+
<td>
129
+
<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>
130
+
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
Copy file name to clipboardExpand all lines: docs/vendor/embedded-using.mdx
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,20 +109,35 @@ Embedded Cluster host preflight checks have the following limitations:
109
109
* The default host preflight checks for Embedded Cluster cannot be modified, and vendors cannot provide their own custom host preflight spec for Embedded Cluster.
110
110
* Host preflight checks do not check that any application-specific requirements are met. For more information about defining preflight checks for your application, see [Defining Preflight Checks](/vendor/preflight-defining).
111
111
112
-
#### Skip Host Preflight Checks
112
+
#### Ignore Host Preflight Checks
113
113
114
-
You can skip host preflight checks by passing the `--skip-host-preflights`flag with the Embedded Cluster `install` command. For example:
114
+
You can pass the `--ignore-host-preflights` flag with the install command to ignore the Embedded Cluster host preflight checks. 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. The `--ignore-host-preflights` flag allows users to see any incompatibilities in their environment, while enabling them to bypass failures if necessary.
When you skip host preflight checks, the Admin Console still runs any application-specific preflight checks that are defined in the release before the application is deployed.
116
+
Additionally, if users choose to ignore the host preflight checks during installation, the Admin Console still runs any application-specific preflight checks before the application is deployed.
121
117
122
118
:::note
123
-
Skipping host preflight checks is _not_ recommended for production installations.
119
+
Ignoring host preflight checks is _not_ recommended for production installations.
124
120
:::
125
121
122
+
To ignore the Embedded Cluster host preflight checks:
123
+
124
+
***During installation:**
125
+
126
+
1. Pass the `--ignore-host-preflights` flag with the install command:
0 commit comments