diff --git a/docs/installation/airgap.md b/docs/installation/airgap.md index c1bf964dd..c50586a0c 100644 --- a/docs/installation/airgap.md +++ b/docs/installation/airgap.md @@ -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" diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/installation/airgap.md b/i18n/zh/docusaurus-plugin-content-docs/current/installation/airgap.md index 29090f0f9..383cd326c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/installation/airgap.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/installation/airgap.md @@ -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