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
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_create_apecloud-mysql.md
+23-31Lines changed: 23 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,37 +21,29 @@ kbcli cluster create apecloud-mysql NAME [flags]
21
21
### Options
22
22
23
23
```
24
-
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
25
-
--disable-exporter Enable or disable monitor. (default true)
26
-
--dry-run string[="unchanged"] Must be "client", or "server". If with client strategy, only print the object that would be sent, and no data is actually sent. If with server strategy, submit the server-side request, but no data is persistent. (default "none")
27
-
--edit Edit the API resource before creating
28
-
--etcd.local.etcdctl-api string (default "3")
29
-
--etcd.local.replicas int Value range [1, 3]. (default 3)
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
45
-
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
46
-
--proxy-enabled Enable proxy or not.
47
-
--replicas int The number of replicas, for standalone mode, the replicas is 1, for raftGroup mode, the default replicas is 3. Value range [1, 5]. (default 1)
48
-
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
49
-
--storage-class-name string Storage class name of the data volume
50
-
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
51
-
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Delete, WipeOut]. (default "Delete")
52
-
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
53
-
--topology-keys stringArray Topology keys for affinity
54
-
--version string MySQL Service Version. (default "8.0.30")
24
+
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
25
+
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
26
+
--disable-exporter Enable or disable monitor. (default true)
27
+
--dry-run string[="unchanged"] Must be "client", or "server". If with client strategy, only print the object that would be sent, and no data is actually sent. If with server strategy, submit the server-side request, but no data is persistent. (default "none")
28
+
--edit Edit the API resource before creating
29
+
-h, --help help for apecloud-mysql
30
+
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
31
+
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
35
+
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
36
+
--proxy-enabled Enable proxy or not.
37
+
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
38
+
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
39
+
--replicas int The number of replicas, for standalone mode, the replicas is 1, for raftGroup mode, the default replicas is 3. Value range [1, 5]. (default 1)
40
+
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
41
+
--storage-class-name string Storage class name of the data volume
42
+
--tenancy string The tenancy of cluster. Legal values [SharedNode, DedicatedNode]. (default "SharedNode")
43
+
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
44
+
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
45
+
--topology-keys stringArray Topology keys for affinity
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_create_kafka.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ kbcli cluster create kafka NAME [flags]
48
48
--replicas int The number of Kafka broker replicas for combined mode. Legal values [1, 3, 5]. (default 1)
49
49
--sasl-enable Enable authentication using SASL/PLAIN for Kafka.
50
50
--sasl-scram-enable Enable authentication using SASL/SCRAM for Kafka.
51
+
--sasl.enable Enable SASL authentication.
52
+
--sasl.inter-broker-protocol string SASL mechanism used for inter-broker communication. Should be one of sasl.mechanisms. Legal values [PLAIN, SCRAM-SHA-256, SCRAM-SHA-512]. (default "PLAIN")
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_create_mongodb.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ kbcli cluster create mongodb NAME [flags]
40
40
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Delete, WipeOut]. (default "Delete")
41
41
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
42
42
--topology-keys stringArray Topology keys for affinity
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_create_mysql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ kbcli cluster create mysql NAME [flags]
43
43
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
44
44
--topology string Topology type of the serve. Note that under the orc/orc-proxysql topology, it is necessary to specify the Orchestrator cluster information. You should choose either orchestrator.cluster-service-selector or orchestrator.service-reference. This means that depending on your setup, you will configure one of these options to properly integrate with the Orchestrator service for managing your MySQL cluster. Legal values [semisync, semisync-proxysql, mgr, mgr-proxysql, orc, orc-proxysql]. (default "semisync")
45
45
--topology-keys stringArray Topology keys for affinity
46
-
--version string MySQL version Legal values [8.0.39, 8.0.38, 8.0.37, 8.0.36, 8.4.7, 8.4.3, 8.4.2, 8.4.1, 8.4.0, 5.7.44]. (default "8.0.39")
46
+
--version string MySQL version Legal values [8.0.44, 8.0.41, 8.0.39, 8.0.38, 8.0.37, 8.0.36, 8.4.7, 8.4.3, 8.4.2, 8.4.1, 8.4.0, 5.7.44]. (default "8.0.39")
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
33
33
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
34
-
--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
+
--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 3)
35
35
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
36
36
--storage-class-name string Storage class name of the data volume
37
37
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
38
38
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Delete, WipeOut]. (default "Delete")
39
39
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
40
40
--topology-keys stringArray Topology keys for affinity
0 commit comments