From 33df9676b556059c91f41e4bbf688b167ddbc7f9 Mon Sep 17 00:00:00 2001 From: rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:15:01 +0800 Subject: [PATCH] docs: add a new example of kk create with specific download cmd --- docs/commands/kk-create-cluster.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/commands/kk-create-cluster.md b/docs/commands/kk-create-cluster.md index 56677e88..2682b35d 100644 --- a/docs/commands/kk-create-cluster.md +++ b/docs/commands/kk-create-cluster.md @@ -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' ``` \ No newline at end of file