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
@@ -62,14 +63,29 @@ To update the kURL cluster in an air gap environment:
62
63
63
64
1. Edit the kURL installer spec as desired. For example, update the version of Kubernetes or add, remove, or update add-ons. For more information, see [Creating a kURL Installer](/vendor/packaging-embedded-kubernetes).
64
65
65
-
1.On each node in the cluster, download the kURL `.tar.gz` air gap bundle for the updated spec.
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:
66
67
67
-
Then, extract the contents:
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
69
69
-
```bash
70
-
tar -xvzf FILENAME.tar.gz
71
-
```
72
-
Replace `FILENAME` with the name of the downloaded kURL `.tar.gz` air gap bundle.
70
+
* To download the kURL air gap bundle for the Stable channel:
71
+
72
+
<DownloadKurlBundle/>
73
+
74
+
* To download the kURL bundle for channels other than Stable:
75
+
76
+
```bash
77
+
replicated channel inspect CHANNEL
78
+
```
79
+
Replace `CHANNEL` with the exact name of the target channel, which can include uppercase letters or special characters, such as `Unstable` or `my-custom-channel`.
80
+
81
+
In the output of this command, copy the curl command with the air gap URL.
82
+
83
+
1. Extract the contents of the bundle:
84
+
85
+
```bash
86
+
tar -xvzf FILENAME.tar.gz
87
+
```
88
+
Replace `FILENAME` with the name of the downloaded kURL `.tar.gz` air gap bundle.
73
89
74
90
1. Run the following KURL script to ensure all required images are available:
0 commit comments