From 8941d549e7010e3b5e43c3495c42c4a1cfca9ce7 Mon Sep 17 00:00:00 2001 From: yipeng1030 Date: Mon, 21 Oct 2024 03:27:12 +0000 Subject: [PATCH] chore: auto update cli doc changes --- docs/user_docs/cli/kbcli_playground_init.md | 25 +++++---------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/docs/user_docs/cli/kbcli_playground_init.md b/docs/user_docs/cli/kbcli_playground_init.md index 03fc26c31..0b75de340 100644 --- a/docs/user_docs/cli/kbcli_playground_init.md +++ b/docs/user_docs/cli/kbcli_playground_init.md @@ -20,18 +20,6 @@ kbcli playground init [flags] # create a k3d cluster on local host and install KubeBlocks kbcli playground init - # create an AWS EKS cluster and install KubeBlocks, the region is required - kbcli playground init --cloud-provider aws --region us-west-1 - - # create an Alibaba cloud ACK cluster and install KubeBlocks, the region is required - kbcli playground init --cloud-provider alicloud --region cn-hangzhou - - # create a Tencent cloud TKE cluster and install KubeBlocks, the region is required - kbcli playground init --cloud-provider tencentcloud --region ap-chengdu - - # create a Google cloud GKE cluster and install KubeBlocks, the region is required - kbcli playground init --cloud-provider gcp --region us-east1 - # after init, run the following commands to experience KubeBlocks quickly # list database cluster and check its status kbcli cluster list @@ -52,13 +40,12 @@ kbcli playground init [flags] ### Options ``` - --auto-approve Skip interactive approval during the initialization of playground - --cloud-provider string Cloud provider type, one of [local aws gcp alicloud tencentcloud] (default "local") - --cluster-definition string Specify the cluster definition, run "kbcli cd list" to get the available cluster definitions (default "apecloud-mysql") - -h, --help help for init - --region string The region to create kubernetes cluster - --timeout duration Time to wait for init playground, such as --timeout=10m (default 10m0s) - --version string KubeBlocks version + --auto-approve Skip interactive approval during the initialization of playground + --cluster-type string Specify the cluster type to create, use 'kbcli cluster create --help' to get the available cluster type. (default "apecloud-mysql") + -h, --help help for init + --region string The region to create kubernetes cluster + --timeout duration Time to wait for init playground, such as --timeout=10m (default 10m0s) + --version string KubeBlocks version ``` ### Options inherited from parent commands