Skip to content

Commit 7885726

Browse files
authored
Merge pull request #3969 from replicatedhq/paigecalvert-patch-4
Fix air gap upgrade steps
2 parents 5ea393e + a018525 commit 7885726

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

embedded-cluster/updating-embedded.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,14 @@ To perform an upgrade with Embedded Cluster in air-gapped environments:
100100

101101
1. In the Vendor Portal, open the **Customers** page and select the target customer.
102102

103-
1. At the top of the customer page, click **Install instructions** and select **Embedded Cluster**. (The label might also appear as **Embedded Cluster install instructions**).
103+
1. At the top of the customer page, click **Install instructions > Embedded Cluster** or **Embedded Cluster install instructions**.
104+
105+
1. In the **Embedded Cluster install instructions** dialog, enable the air gap option.
106+
107+
1. Run the first command to download the installations assets to a machine with internet access.
104108

105-
1. In the **Install instructions** dialog, enable the air gap option.
109+
1. Transfer them to the air-gapped host. Run the second command to untar.
106110

107-
1. Download the installations assets to a machine with internet access and transfer them to the air-gapped host.
111+
1. Copy the `install` command and replace `install` with `upgrade`. For example, `sudo ./app-slug upgrade --license license.yaml`.
108112

109-
1. Run `upgrade` with the same air gap flags you use for `install` (for example, `--airgap-bundle`). For more information, see [Air gap installation with Embedded Cluster](installing-embedded-air-gap).
113+
Embedded Cluster automatically detects the air gap installation, and performs an air gap upgrade.

0 commit comments

Comments
 (0)