mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
docs: Update kk upgrade parameters
This commit is contained in:
parent
5a3d6c4be7
commit
f9c869ae83
|
|
@ -143,7 +143,7 @@ You have more control to customize parameters or create a multi-node cluster usi
|
|||
1. First, create an example configuration file
|
||||
|
||||
```shell script
|
||||
./kk create config [--with-kubernetes version] [--with-kubesphere version] [(-f | --file) path]
|
||||
./kk create config [--with-kubernetes version] [--with-kubesphere version] [(-f | --filename) path]
|
||||
```
|
||||
|
||||
**examples:**
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ KubeKey 可以同时安装 Kubernetes 和 KubeSphere。根据 KubeSphere 所安
|
|||
1. 首先,创建一个示例配置文件
|
||||
|
||||
```shell script
|
||||
./kk create config [--with-kubernetes version] [--with-kubesphere version] [(-f | --file) path]
|
||||
./kk create config [--with-kubernetes version] [--with-kubesphere version] [(-f | --filename) path]
|
||||
```
|
||||
|
||||
**例子:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue