You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
32
32
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
33
33
--replicas int The number of replicas, for standalone mode, the replicas is 1, for replicaset mode, the default replicas is 3. Value range [1, 5]. (default 1)
34
+
--shards int The number of shards, for sharding mode, the default shards is 3. Value range [2, 128]. (default 3)
34
35
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
35
36
--storage-class-name string Storage class name of the data volume
36
37
--tenancy string The tenancy of cluster. Legal values [SharedNode, DedicatedNode]. (default "SharedNode")
37
38
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
32
32
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
33
33
--replicas int The number of replicas, for standalone mode, the replicas is 1, for replication mode, the default replicas is 2. Value range [1, 5]. (default 1)
0 commit comments