You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +44,11 @@ Add the `--deploy` flag to automatically deploy this version.
43
44
44
45
To update an application in air gap environments:
45
46
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.
47
52
48
53
1. Run the following command to update the application:
49
54
@@ -57,7 +62,7 @@ To update an application in air gap environments:
57
62
```
58
63
Replace:
59
64
*`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.
61
66
*`REGISTRY_HOST` with the private registry that contains the Admin Console images.
62
67
*`REGISTRY_NAMESPACE` with the registry namespace where the images are hosted (Optional).
63
68
*`RO_USERNAME` and `RO_PASSWORD` with the username and password for an account that has read-only access to the private registry.
Copy file name to clipboardExpand all lines: docs/enterprise/updating-kurl.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ To update the kURL cluster in an air gap environment:
65
65
66
66
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:
67
67
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:
69
69
70
70
* To download the kURL air gap bundle for the Stable channel:
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.
4
3
5
-
<imgalt="Release history link on a channel card"src="/images/release-history-link.png"width="400px"/>
4
+
<imgalt="Release history link on a channel card"src="/images/release-history-link.png"width="400px"/>
6
5
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)
8
7
9
-

8
+

10
9
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)
To perform an air gap update from the Admin Console:
2
4
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.
4
10
1. In the Admin Console, go to the **Version History** tab.
0 commit comments