mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #1905 from LinuxSuRen/docs/kk-create-download
docs: add a new example of kk create with specific download cmd
This commit is contained in:
commit
f8d9fa092b
|
|
@ -67,4 +67,8 @@ $ kk create cluster -f config-sample.yaml
|
|||
Create a cluster from the specified configuration file and use the artifact to install operating system packages.
|
||||
```
|
||||
$ kk create cluster -f config-sample.yaml -a kubekey-artifact.tar.gz --with-packages
|
||||
```
|
||||
Create a cluster with the specified download command.
|
||||
```
|
||||
$ kk create cluster --download-cmd 'hd get -t 8 -o %s %s'
|
||||
```
|
||||
Loading…
Reference in New Issue