Skip to content

Commit 7139c51

Browse files
adfaurebrandond
authored andcommitted
Update airgap image tarball version in documentation
Updated the K3s airgap image tarball download link to version 1.33.3. Signed-off-by: Adrien FAURE <adfaure@users.noreply.github.com>
1 parent 6cd890d commit 7139c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/airgap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This method requires you to manually deploy the necessary images to each node, a
3838

3939
1. On internet accessible machine, download the images archive for your architecture from the [releases](https://github.com/k3s-io/k3s/releases) page for the version of K3s you will be running. For example:
4040
```bash
41-
curl -L -o k3s-airgap-images-amd64.tar.zst "https://github.com/k3s-io/k3s/releases/download/v1.33.1%2Bk3s1/k3s-airgap-images-amd64.tar.zst"
41+
curl -L -o k3s-airgap-images-amd64.tar.zst "https://github.com/k3s-io/k3s/releases/download/v1.33.3%2Bk3s1/k3s-airgap-images-amd64.tar.zst"
4242
```
4343
2. Transfer the images archive to the airgap nodes. Place them in the agent's image directory, for example:
4444
```bash

0 commit comments

Comments
 (0)