Skip to content

Commit 03192d0

Browse files
committed
add partials to the updating docs
1 parent a60fbcf commit 03192d0

File tree

6 files changed

+27
-16
lines changed

6 files changed

+27
-16
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ To install in an air gap cluster with KOTS:
4343

4444
<AirGapLicense/>
4545

46-
1. <BuildAirGapBundle/>
46+
1. Go the channel where the target release was promoted to build and download the air gap bundle for the release:
47+
48+
<BuildAirGapBundle/>
4749

4850
1. <AirGapBundle/>
4951

docs/enterprise/installing-kurl-airgap.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ To install an application with kURL:
3636

3737
<AirGapLicense/>
3838

39-
1. <BuildAirGapBundle/>
39+
1. Go the channel where the target release was promoted to build and download the air gap bundle for the release:
40+
41+
<BuildAirGapBundle/>
4042

4143
1. <AirGapBundle/>
4244

docs/enterprise/updating-app-manager.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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"
45

56
# Performing Updates in Existing Clusters
67

@@ -43,7 +44,11 @@ Add the `--deploy` flag to automatically deploy this version.
4344

4445
To update an application in air gap environments:
4546

46-
1. Get the new `.airgap` bundle for the target application release and ensure that it is available on your local machine.
47+
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:
48+
49+
<BuildAirGapBundle/>
50+
51+
1. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
4752

4853
1. Run the following command to update the application:
4954

@@ -57,7 +62,7 @@ To update an application in air gap environments:
5762
```
5863
Replace:
5964
* `APP_SLUG` with the unique slug for the application. See [Get the Application Slug](/vendor/vendor-portal-manage-app#slug) in _Managing Applications_.
60-
* `NEW_AIRGAP_BUNDLE` with the `.airgap` bundle for the target application version. See [Download Air Gap Bundles from the Download Portal](/vendor/releases-download-airgap-bundles#download-portal).
65+
* `NEW_AIRGAP_BUNDLE` with the `.airgap` bundle for the target application version.
6166
* `REGISTRY_HOST` with the private registry that contains the Admin Console images.
6267
* `REGISTRY_NAMESPACE` with the registry namespace where the images are hosted (Optional).
6368
* `RO_USERNAME` and `RO_PASSWORD` with the username and password for an account that has read-only access to the private registry.

docs/enterprise/updating-kurl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To update the kURL cluster in an air gap environment:
6565

6666
1. Repeat the following steps on each node in the cluster to download and extract the kURL `.tar.gz` air gap bundle for the updated spec:
6767

68-
1. Download the `.tar.gz` air gap bundle for the kURL installer. kURL air gap bundles can be downloaded from the channel where the given release is promoted:
68+
1. Download the kURL `.tar.gz` air gap bundle from the channel where the new kURL installer spec is promoted:
6969

7070
* To download the kURL air gap bundle for the Stable channel:
7171

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
Go the channel where the target release was promoted to build and download the air gap bundle for the release:
2-
* If the **Automatically create airgap builds for newly promoted releases in this channel** setting is enabled on the channel, watch for the build status to complete.
3-
* If automatic air gap builds are not enabled, go to the **Release history** page for the channel and build the air gap bundle manually.
1+
* If the **Automatically create airgap builds for newly promoted releases in this channel** setting is enabled on the channel, watch for the build status to complete.
2+
* If automatic air gap builds are not enabled, go to the **Release history** page for the channel and build the air gap bundle manually.
43

5-
<img alt="Release history link on a channel card" src="/images/release-history-link.png" width="400px"/>
4+
<img alt="Release history link on a channel card" src="/images/release-history-link.png" width="400px"/>
65

7-
[View a larger version of this image](/images/release-history-link.png)
6+
[View a larger version of this image](/images/release-history-link.png)
87

9-
![Build button on the Release history page](/images/release-history-build-airgap-bundle.png)
8+
![Build button on the Release history page](/images/release-history-build-airgap-bundle.png)
109

11-
[View a larger version of this image](/images/release-history-build-airgap-bundle.png)
12-
13-
14-
10+
[View a larger version of this image](/images/release-history-build-airgap-bundle.png)

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
import BuildAirGapBundle from "../install/_build-airgap-bundle.mdx"
2+
13
To perform an air gap update from the Admin Console:
24

3-
1. Download the `.airgap` bundle for the new application version. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
5+
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:
6+
7+
<BuildAirGapBundle/>
8+
9+
1. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
410
1. In the Admin Console, go to the **Version History** tab.
511
1. Click **Upload a new version**.
612

0 commit comments

Comments
 (0)