Skip to content

Commit 7374357

Browse files
committed
remove deprecated flags
1 parent e10ce94 commit 7374357

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
8787
<td>
8888
<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>
8989
<p>Ignoring host preflight checks is _not_ recommended for production installations.</p>
90-
<p>The `--ignore-host-preflights` flag replaces the deprecated `--skip-host-preflights` flag.</p>
91-
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
9290
</td>
9391
</tr>
9492
<tr>
@@ -118,32 +116,17 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
118116
<ProxyLimitations/>
119117
</td>
120118
</tr>
121-
<tr>
122-
<td>`--no-prompt` **(Deprecated)**</td>
123-
<td>
124-
<p>Prevents the command from showing user prompts.</p>
125-
<p>The `--no-prompt` flag is deprecated and replaced with the `--yes` flag in Embedded Cluster 1.21.0 and later.</p>
126-
</td>
127-
</tr>
128119
<tr>
129120
<td>`--private-ca`</td>
130121
<td>
131122
<p>The path to trusted certificate authority (CA) certificates. Using the `--private-ca` flag ensures that the CA is trusted by the installation. KOTS writes the CA certificates provided with the `--private-ca` flag to a ConfigMap in the cluster.</p>
132123
<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>
133124
</td>
134125
</tr>
135-
<tr>
136-
<td>`--skip-host-preflights` **(Deprecated)**</td>
137-
<td>
138-
<p>When `--skip-host-preflights` is passed, the Embedded Cluster host preflight checks are not run.</p>
139-
<p>The `--skip-host-preflights` flag is deprecated and replaced with `--ignore-host-preflights` in Embedded Cluster 1.21.0 and later.</p>
140-
</td>
141-
</tr>
142126
<tr>
143127
<td>`--yes`</td>
144128
<td>
145129
<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>
146-
<p>The `--yes` flag replaces the deprecated `--no-prompt` flag.</p>
147130
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
148131
</td>
149132
</tr>

0 commit comments

Comments
 (0)