Skip to content

Commit

Permalink
Merge pull request #2758 from replicatedhq/113898
Browse files Browse the repository at this point in the history
Add step for enabling air gap license option
  • Loading branch information
paigecalvert authored Oct 21, 2024
2 parents b6f1488 + 389bc6d commit 9054f71
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/enterprise/installing-embedded-air-gap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ To install with Embedded Cluster in an air gap environment:
Errors in building either the application air gap bundle or the Embedded Cluster infrastructure will be shown if present.
:::

1. Go to **Customers** and click on the target customer. Click **Install instructions > Embedded Cluster**.
1. Go to **Customers** and click on the target customer.

1. On the **Manage customer** tab, under **License options**, enable the **Airgap Download Enabled** license field.

1. At the top of the page, click **Install instructions > Embedded Cluster**.

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

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

1. In the **Embedded Cluster install instructions** dialog, enable the **Install in an air gap environment** checkbox.
1. In the **Embedded Cluster install instructions** dialog, verify that the **Install in an air gap environment** checkbox is enabled.

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

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

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

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

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:
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:
* The installer
* The license
* The air gap bundle (`APP_SLUG.airgap`)

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:
1. Install the application with the installation command copied from the **Embedded Cluster installation instructions** dialog:

```bash
sudo ./APP_SLUG install --license license.yaml --airgap-bundle APP_SLUG.airgap
Expand Down

0 comments on commit 9054f71

Please sign in to comment.