Skip to content

Commit

Permalink
Merge branch 'support/es-rbac' of github.com:apecloud/kbcli into supp…
Browse files Browse the repository at this point in the history
…ort/es-rbac
  • Loading branch information
iziang committed Oct 10, 2024
2 parents e978e84 + a9635e4 commit 9ddfb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kbcli cluster create elasticsearch NAME [flags]
--memory float Memory, the unit is Gi. Value range [1, 1000]. (default 2)
--mode string Mode for ElasticSearch Legal values [single-node, multi-node]. (default "multi-node")
--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.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources. (default true)
--replicas int The number of replicas, for single-node mode, the replicas is 1, for multi-node mode, the default replicas is 3. Value range [1, 5]. (default 1)
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
--tenancy string The tenancy of cluster. Legal values [SharedNode, DedicatedNode]. (default "SharedNode")
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kbcli cluster create redis NAME [flags]
-h, --help help for redis
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
--mode string Cluster topology mode. Legal values [standalone, replication, cluster, sentinel, replication-twemproxy]. (default "replication")
--mode string Cluster topology mode. Legal values [standalone, replication, cluster, replication-twemproxy]. (default "replication")
--node-port-enabled Whether NodePort service is enabled, default is true
--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.
Expand Down

0 comments on commit 9ddfb39

Please sign in to comment.