mirror of
https://github.com/kubesphere/website.git
synced 2026-01-01 03:33:29 +00:00
update the doc
Signed-off-by: faweizhao26 <faweizhao@kubesphere.io>
This commit is contained in:
parent
d3ffdb184d
commit
09d311a0b6
|
|
@ -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 -
|
||||
```
|
||||
|
||||
{{</ tab >}}
|
||||
|
|
@ -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 >}}
|
||||
|
|
|
|||
|
|
@ -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 -
|
||||
```
|
||||
|
||||
{{</ tabs >}}
|
||||
|
|
@ -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 >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue