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:
KubeSphere CI Bot 2023-07-07 08:55:52 +08:00 committed by GitHub
commit f8d9fa092b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
```