Skip to content

Commit

Permalink
fix: spelling (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hyll <hyllsimon@gmail.com>
  • Loading branch information
simonhyll committed Jul 8, 2024
1 parent 9352b2f commit 492ecff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This method requires you to manually deploy the necessary images to each node, a
#### Prepare the Images Directory and Airgap Image Tarball

1. Obtain 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.
2. Download the imagess archive to the agent's images directory, for example:
2. Download the images archive to the agent's images directory, for example:
```bash
sudo mkdir -p /var/lib/rancher/k3s/agent/images/
sudo curl -L -O /var/lib/rancher/k3s/agent/images/k3s-airgap-images-amd64.tar.zst https://github.com/k3s-io/k3s/releases/download/v1.29.1-rc2%2Bk3s1/k3s-airgap-images-amd64.tar.zst
Expand Down

0 comments on commit 492ecff

Please sign in to comment.