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
*`APP_SLUG` with the unique slug for the application.
49
-
*`PATH_TO_LICENSE` with the path to the customer license.
50
-
*`ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
51
-
*`PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
50
+
Where:
51
+
*`APP_SLUG` is the unique slug for the application.
52
+
*`PATH_TO_LICENSE` is the path to the customer license.
53
+
*`ADMIN_CONSOLE_PASSWORD` is a password for accessing the Admin Console.
54
+
*`PATH_TO_CONFIGVALUES` is the path to the ConfigValues file.
55
+
* (Optional) `--ignore-app-preflights` is an optional flag that can be passed to ignore any warnings and failures in application-specific preflight checks.
56
+
* (Optional) `CUSTOM_TLS_CERT` is the path to a custom TLS certificate for securing the Admin Console.
57
+
* (Optional) `CUSTOM_TLS_KEY` is the TLS key for the custom certificate.
58
+
59
+
For more information about the `install` command options, see [install](/reference/embedded-cluster-install).
52
60
53
61
## Air Gap Installation
54
62
@@ -62,7 +70,10 @@ To install with Embedded Cluster in an air-gapped environment:
@@ -71,3 +82,8 @@ To install with Embedded Cluster in an air-gapped environment:
71
82
*`PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
72
83
*`ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
73
84
*`PATH_TO_AIRGAP_BUNDLE` with the path to the Embedded Cluster `.airgap` bundle for the release.
85
+
* (Optional) `--ignore-app-preflights` is an optional flag that can be passed to ignore any warnings and failures in application-specific preflight checks.
86
+
* (Optional) `CUSTOM_TLS_CERT` is the path to a custom TLS certificate for securing the Admin Console.
87
+
* (Optional) `CUSTOM_TLS_KEY` is the TLS key for the custom certificate.
88
+
89
+
For more information about the `install` command options, see [install](/reference/embedded-cluster-install).
<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>
90
+
<p>**Requirement:** Embedded Cluster 2.11.0 or later.</p>
91
+
</td>
92
+
</tr>
86
93
<tr>
87
94
<td>`--ignore-host-preflights`</td>
88
95
<td>
89
-
<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>
96
+
<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>
90
97
<p>Ignoring host preflight checks is _not_ recommended for production installations.</p>
<p>The path to trusted certificate authority (CA) certificates. In Embedded Cluster 2.4.0 and earlier, CAs provided with the `--private-ca` flag are written to a ConfigMap in the cluster that can then be accessed with the [PrivateCACert](/reference/template-functions-static-context#privatecacert) template function.</p>
132
139
</td>
133
140
</tr>
141
+
<tr>
142
+
<td>`--tls-cert`</td>
143
+
<td>
144
+
<p>A custom TLS certificate for securing the Admin Console. When used with `--tls-key`, allows users performing automated (headless) installations to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
145
+
<p>**Requirement:** Embedded Cluster 2.11.0 or later.</p>
146
+
</td>
147
+
</tr>
148
+
<tr>
149
+
<td>`--tls-key`</td>
150
+
<td>
151
+
<p>A custom TLS key for securing the Admin Console. When used with `--tls-cert`, allows users performing automated (headless) installations to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
152
+
<p>**Requirement:** Embedded Cluster 2.11.0 or later.</p>
0 commit comments