mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
update README
Signed-off-by: pixiake <guofeng@yunify.com>
This commit is contained in:
parent
6e5c52e84c
commit
c920a0a7b3
10
README.md
10
README.md
|
|
@ -68,14 +68,8 @@ There are three scenarios to use KubeKey.
|
|||
|
||||
### Get the Installer Excutable File
|
||||
|
||||
* Download Binary
|
||||
|
||||
```shell script
|
||||
curl -O -k https://kubernetes.pek3b.qingstor.com/tools/kubekey/kk
|
||||
chmod +x kk
|
||||
```
|
||||
|
||||
or
|
||||
* Binary downloads of the KubeKey can be found on the [Releases page](https://github.com/kubesphere/kubekey/releases).
|
||||
Unpack the binary and you are good to go!
|
||||
|
||||
* Build Binary from Source Code
|
||||
|
||||
|
|
|
|||
|
|
@ -68,14 +68,9 @@
|
|||
|
||||
### 获取安装程序可执行文件
|
||||
|
||||
* 下载二进制文件
|
||||
* 下载KubeKey可执行文件 [Releases page](https://github.com/kubesphere/kubekey/releases)
|
||||
|
||||
```shell script
|
||||
curl -O -k https://kubernetes.pek3b.qingstor.com/tools/kubekey/kk
|
||||
chmod +x kk
|
||||
```
|
||||
|
||||
或者
|
||||
下载解压后可直接使用。
|
||||
|
||||
* 从源代码生成二进制文件
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue