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 >}}