From 09d311a0b6eab406d2a0bef7453826ca2bfdfcf8 Mon Sep 17 00:00:00 2001 From: faweizhao26 Date: Mon, 18 Sep 2023 16:14:04 +0800 Subject: [PATCH] update the doc Signed-off-by: faweizhao26 --- .../en/docs/v3.4/installing-on-linux/introduction/kubekey.md | 4 ++-- .../zh/docs/v3.4/installing-on-linux/introduction/kubekey.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/v3.4/installing-on-linux/introduction/kubekey.md b/content/en/docs/v3.4/installing-on-linux/introduction/kubekey.md index 0fd65ea46..7d48c8962 100644 --- a/content/en/docs/v3.4/installing-on-linux/introduction/kubekey.md +++ b/content/en/docs/v3.4/installing-on-linux/introduction/kubekey.md @@ -38,7 +38,7 @@ With the configuration file in place, you execute the `./kk` command with varied Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly. ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.10 sh - ``` {{}} @@ -54,7 +54,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.10 sh - ``` {{< notice note >}} diff --git a/content/zh/docs/v3.4/installing-on-linux/introduction/kubekey.md b/content/zh/docs/v3.4/installing-on-linux/introduction/kubekey.md index 21900fe3e..b3132543f 100644 --- a/content/zh/docs/v3.4/installing-on-linux/introduction/kubekey.md +++ b/content/zh/docs/v3.4/installing-on-linux/introduction/kubekey.md @@ -39,7 +39,7 @@ KubeKey 的几种使用场景: 从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.10 sh - ``` {{}} @@ -55,7 +55,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.10 sh - ``` {{< notice note >}}