Skip to content

Commit 0fd03dc

Browse files
committed
update EC air gap install steps to show new checkbox
1 parent 0f79951 commit 0fd03dc

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/enterprise/installing-embedded-air-gap.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,18 @@ To install with Embedded Cluster in an air gap environment:
5858

5959
[View a larger version of this image](/images/customer-install-instructions-dropdown.png)
6060

61-
The **Embedded Cluster install instructions** dialog is displayed.
61+
1. Enable the **Install in an air gap environment** checkbox.
6262

63-
<img alt="Embedded cluster install instruction dialog" src="/images/embedded-cluster-install-dialog.png" width="500px"/>
63+
<img alt="Embedded cluster install instruction dialog" src="/images/embedded-cluster-install-dialog-airgap.png" width="500px"/>
6464

65-
[View a larger version of this image](/images/embedded-cluster-install-dialog.png)
65+
[View a larger version of this image](/images/embedded-cluster-install-dialog-airgap.png)
66+
67+
This appends the `?airgap=true` query parameter to the end of the `replicated.app` endpoint in the curl command in the first step, which ensures that the air gap bundle is included in the tarball that is downloaded from the API.
6668

6769
1. (Optional) In the **Embedded Cluster install instructions** dialog, under **Select a version**, select a specific application version to install. By default, the latest version is selected.
6870

6971
1. SSH onto the machine where you will install.
7072

71-
1. Modify the curl command provided in the first step in the **Embedded Cluster installation instructions** dialog by adding the `?airgap=true` query parameter to the end of the `replicated.app` endpoint:
72-
73-
```bash
74-
curl -f https://replicated.app/embedded/APP_SLUG/CHANNEL_SLUG?airgap=true -H "Authorization: LICENSE_ID" -o APP_SLUG-CHANNEL_SLUG.tgz
75-
```
76-
7773
1. On a machine with internet access, run the modified curl command to download the air gap installation assets as a `.tgz`.
7874

7975
1. Move the downloaded `.tgz` to the air gapped machine where you will install.
290 KB
Loading

0 commit comments

Comments
 (0)