Skip to content

Commit

Permalink
Fix typo in "Manually Deploy Images Method" (#319)
Browse files Browse the repository at this point in the history
* Fix typo in "Manually Deploy Images Method"

Signed-off-by: Sam Toxopeus <sam@fuga.cloud>

* Fix typo in airgapped docu

Signed-off-by: Sam Toxopeus <sam@fuga.cloud>

---------

Signed-off-by: Sam Toxopeus <sam@fuga.cloud>
  • Loading branch information
samtoxie committed Aug 22, 2024
1 parent 2acfacd commit 1a70fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation/airgap.md
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
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 1a70fe1

Please sign in to comment.