Skip to content

Commit a60fbcf

Browse files
committed
edits
1 parent 0092d38 commit a60fbcf

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

docs/enterprise/updating-kurl.mdx

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import InstallerRequirements from "../partials/updating/_installerRequirements.m
22
import UpgradePrompt from "../partials/updating/_upgradePrompt.mdx"
33
import AdminConsole from "../partials/updating/_admin-console.mdx"
44
import AdminConsoleAirGap from "../partials/updating/_admin-console-air-gap.mdx"
5+
import DownloadKurlBundle from "../partials/install/_download-kurl-bundle.mdx"
56

67
# Performing Updates in kURL Clusters
78

@@ -62,14 +63,29 @@ To update the kURL cluster in an air gap environment:
6263

6364
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).
6465

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:
6667

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:
6869

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.
7389

7490
1. Run the following KURL script to ensure all required images are available:
7591

0 commit comments

Comments
 (0)