Skip to content

Commit 9054f71

Browse files
authored
Merge pull request #2758 from replicatedhq/113898
Add step for enabling air gap license option
2 parents b6f1488 + 389bc6d commit 9054f71

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ To install with Embedded Cluster in an air gap environment:
5050
Errors in building either the application air gap bundle or the Embedded Cluster infrastructure will be shown if present.
5151
:::
5252

53-
1. Go to **Customers** and click on the target customer. Click **Install instructions > Embedded Cluster**.
53+
1. Go to **Customers** and click on the target customer.
54+
55+
1. On the **Manage customer** tab, under **License options**, enable the **Airgap Download Enabled** license field.
56+
57+
1. At the top of the page, click **Install instructions > Embedded Cluster**.
5458

5559
![Customer install instructions drop down button](/images/customer-install-instructions-dropdown.png)
5660

5761
[View a larger version of this image](/images/customer-install-instructions-dropdown.png)
58-
59-
1. In the **Embedded Cluster install instructions** dialog, enable the **Install in an air gap environment** checkbox.
62+
63+
1. In the **Embedded Cluster install instructions** dialog, verify that the **Install in an air gap environment** checkbox is enabled.
6064

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

@@ -68,14 +72,14 @@ To install with Embedded Cluster in an air gap environment:
6872

6973
1. On a machine with internet access, run the curl command to download the air gap installation assets as a `.tgz`.
7074

71-
1. Move the downloaded `.tgz` to the air gapped machine where you will install.
75+
1. Move the downloaded `.tgz` to the air-gapped machine where you will install.
7276

73-
1. On your air gapped machine, untar the `.tgz` following the instructions provided in the **Embedded Cluster installation instructions** dialog. This will produce three files:
77+
1. On your air-gapped machine, untar the `.tgz` following the instructions provided in the **Embedded Cluster installation instructions** dialog. This will produce three files:
7478
* The installer
7579
* The license
7680
* The air gap bundle (`APP_SLUG.airgap`)
7781

78-
1. Install the application with the installation command copied from the **Embedded Cluster installation instructions** dialog, adding `--airgap-bundle` flag to pass the `.airgap` bundle that you downloaded to the installation:
82+
1. Install the application with the installation command copied from the **Embedded Cluster installation instructions** dialog:
7983

8084
```bash
8185
sudo ./APP_SLUG install --license license.yaml --airgap-bundle APP_SLUG.airgap

0 commit comments

Comments
 (0)