Skip to content

Commit

Permalink
chore: auto update cli doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yipeng1030 committed Oct 21, 2024
1 parent 056281e commit 8941d54
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions docs/user_docs/cli/kbcli_playground_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8941d54

Please sign in to comment.