Skip to content

Commit 48011c2

Browse files
committed
edits
1 parent 917e259 commit 48011c2

8 files changed

+32
-15
lines changed

docs/enterprise/installing-existing-cluster-airgapped.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import IntroExisting from "../partials/install/_intro-existing.mdx"
22
import IntroAirGap from "../partials/install/_intro-air-gap.mdx"
33
import PrereqsExistingCluster from "../partials/install/_prereqs-existing-cluster.mdx"
4-
import BuildAirGapBundle from "../partials/install/_build-airgap-bundle.mdx"
5-
import AirGapBundle from "../partials/install/_airgap-bundle-prereq.mdx"
4+
import BuildAirGapBundle from "../partials/install/_airgap-bundle-build.mdx"
5+
import DownloadAirGapBundle from "../partials/install/_airgap-bundle-download.mdx"
6+
import ViewAirGapBundle from "../partials/install/_airgap-bundle-view-contents.mdx"
67
import LicenseFile from "../partials/install/_license-file-prereq.mdx"
78
import AirGapLicense from "../partials/install/_airgap-license-download.mdx"
89
import DownloadKotsBundle from "../partials/install/_download-kotsadm-bundle.mdx"
@@ -47,7 +48,9 @@ To install in an air gap cluster with KOTS:
4748

4849
<BuildAirGapBundle/>
4950

50-
1. <AirGapBundle/>
51+
1. <DownloadAirGapBundle/>
52+
53+
1. <ViewAirGapBundle/>
5154

5255
1. <DownloadKotsBundle/>
5356

docs/enterprise/installing-existing-cluster.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import IntroExisting from "../partials/install/_intro-existing.mdx"
22
import PrereqsExistingCluster from "../partials/install/_prereqs-existing-cluster.mdx"
3-
import AirGapBundle from "../partials/install/_airgap-bundle-prereq.mdx"
43
import LicenseFile from "../partials/install/_license-file-prereq.mdx"
54
import InstallCommandPrompts from "../partials/install/_kots-install-prompts.mdx"
65
import AppNameUI from "../partials/install/_placeholder-app-name-UI.mdx"

docs/enterprise/installing-kurl-airgap.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import IntroAirGap from "../partials/install/_intro-air-gap.mdx"
44
import PrereqsEmbeddedCluster from "../partials/install/_prereqs-embedded-cluster.mdx"
55
import HaLoadBalancerPrereq from "../partials/install/_ha-load-balancer-prereq.mdx"
66
import AirGapLicense from "../partials/install/_airgap-license-download.mdx"
7-
import BuildAirGapBundle from "../partials/install/_build-airgap-bundle.mdx"
8-
import AirGapBundle from "../partials/install/_airgap-bundle-prereq.mdx"
7+
import BuildAirGapBundle from "../partials/install/_airgap-bundle-build.mdx"
8+
import DownloadAirGapBundle from "../partials/install/_airgap-bundle-download.mdx"
9+
import ViewAirGapBundle from "../partials/install/_airgap-bundle-view-contents.mdx"
910
import LicenseFile from "../partials/install/_license-file-prereq.mdx"
1011
import HAStep from "../partials/install/_embedded-ha-step.mdx"
1112
import LoginPassword from "../partials/install/_embedded-login-password.mdx"
@@ -40,7 +41,9 @@ To install an application with kURL:
4041

4142
<BuildAirGapBundle/>
4243

43-
1. <AirGapBundle/>
44+
1. <DownloadAirGapBundle/>
45+
46+
1. <ViewAirGapBundle/>
4447

4548
1. Download the `.tar.gz` air gap bundle for the kURL installer, which includes the components needed to run the kURL cluster and install the application with KOTS. kURL air gap bundles can be downloaded from the channel where the given release is promoted:
4649

docs/enterprise/updating-app-manager.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import AdminConsole from "../partials/updating/_admin-console.mdx"
22
import AdminConsoleAirGap from "../partials/updating/_admin-console-air-gap.mdx"
33
import PushKotsImages from "../partials/install/_push-kotsadm-images.mdx"
4-
import BuildAirGapBundle from "../partials/install/_build-airgap-bundle.mdx"
4+
import BuildAirGapBundle from "../partials/install/_airgap-bundle-build.mdx"
5+
import DownloadAirGapBundle from "../partials/install/_airgap-bundle-download.mdx"
6+
import ViewAirGapBundle from "../partials/install/_airgap-bundle-view-contents.mdx"
57

68
# Performing Updates in Existing Clusters
79

@@ -48,7 +50,9 @@ To update an application in air gap environments:
4850

4951
<BuildAirGapBundle/>
5052

51-
1. After the build completes, download the bundle. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
53+
1. <DownloadAirGapBundle/>
54+
55+
1. <ViewAirGapBundle/>
5256

5357
1. Run the following command to update the application:
5458

@@ -112,11 +116,9 @@ To update KOTS in an online existing cluster:
112116

113117
To update KOTS in an existing air gap cluster:
114118

115-
1. Download the target version of the following assets from the download portal or from the [Releases](https://github.com/replicatedhq/kots/releases/latest) page in the KOTS GitHub repository:
119+
1. Download the target version of the following assets from the [Releases](https://github.com/replicatedhq/kots/releases/latest) page in the KOTS GitHub repository:
116120
* KOTS Admin Console `kotsadm.tar.gz` bundle
117121
* KOTS CLI plugin
118-
119-
For more information, see [Download Air Gap Bundles from the Download Portal](/vendor/releases-download-airgap-bundles#download-portal).
120122

121123
Ensure that you can access the downloaded bundles from the environment where the Admin Console is running.
122124

docs/partials/install/_build-airgap-bundle.mdx renamed to docs/partials/install/_airgap-bundle-build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
![Build button on the Release history page](/images/release-history-build-airgap-bundle.png)
99

10-
[View a larger version of this image](/images/release-history-build-airgap-bundle.png)
10+
[View a larger version of this image](/images/release-history-build-airgap-bundle.png)
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(Optional) View the contents of the downloaded bundle:
2+
3+
```bash
4+
tar -zxvf AIRGAP_BUNDLE
5+
```
6+
7+
Where `AIRGAP_BUNDLE` is the filename for the `.airgap` bundle that you downloaded.

docs/partials/updating/_admin-console-air-gap.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
import BuildAirGapBundle from "../install/_build-airgap-bundle.mdx"
1+
import BuildAirGapBundle from "../install/_airgap-bundle-build.mdx"
2+
import DownloadAirGapBundle from "../install/_airgap-bundle-download.mdx"
3+
import ViewAirGapBundle from "../install/_airgap-bundle-view-contents.mdx"
24

35
To perform an air gap update from the Admin Console:
46

57
1. In the [Vendor Portal](https://vendor.replicated.com), go the channel where the target release is promoted to build and download the new `.airgap` bundle:
68

79
<BuildAirGapBundle/>
810

9-
1. After the build completes, download the bundle. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
11+
1. <DownloadAirGapBundle/>
12+
1. <ViewAirGapBundle/>
1013
1. In the Admin Console, go to the **Version History** tab.
1114
1. Click **Upload a new version**.
1215

0 commit comments

Comments
 (0)