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
Replace `APP_SLUG` with your application slug and use the correct paths for your license and bundle files. Add any other flags you need. For the full set of flags, see [install](embedded-cluster-install).
97
-
98
96
1. Complete any prompts from the install command (for example, acceptance of a self-signed certificate and installer password).
99
97
100
98
1. On a machine with browser access to the installer (often the same air-gapped host, or another host on the same network), open the URL from the install output to open the installer UI.
@@ -129,15 +127,15 @@ To install headlessly in an air gap environment:
129
127
130
128
1. On the air-gapped machine, run `install` with:
131
129
132
-
*`--airgap`and the `APP_SLUG.airgap` file.
130
+
*`--airgap`to use the extracted airgap images bundle and disable outbound network requests.
133
131
*`--headless` to skip the interactive installer UI.
134
132
*`--config-values` with the path to your [ConfigValues](/reference/custom-resource-configvalues) file.
135
133
*`--installer-password` with the password you will use to access the installer later.
Replace placeholders with values for your environment. Add any other flags you need. For the full set of flags, see [install](embedded-cluster-install).
0 commit comments