Merge pull request #3041 from ClearSeve/patch-1

Update version install-ks-on-linux-airgapped.md
This commit is contained in:
KubeSphere CI Bot 2024-01-09 14:29:37 +08:00 committed by GitHub
commit 48105d7e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关
3. 编辑完成后保存 `cluster-configuration.yaml`。使用以下命令将 `ks-installer` 替换为您**自己仓库的地址**。
```bash
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.0.0#" kubesphere-installer.yaml
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.0#" kubesphere-installer.yaml
```
{{< notice warning >}}