Skip to content

Commit

Permalink
chore: remove service version for elasticsearch and qdrant (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
iziang authored Jul 16, 2024
1 parent 1c287d8 commit c58be95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ kbcli cluster create qdrant NAME [flags]
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
--replicas int The number of replicas. Value range [1, 16]. (default 1)
--service-version string The version of Qdrant. (default "1.10.1")
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
--storage-class-name string Storage class name of the data volume
--tenancy string The tenancy of cluster. Legal values [SharedNode, DedicatedNode]. (default "SharedNode")
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
--version string The version of Qdrant. (default "1.10.0")
```

### Options inherited from parent commands
Expand Down
Binary file modified pkg/cluster/charts/qdrant-cluster.tgz
Binary file not shown.

0 comments on commit c58be95

Please sign in to comment.