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
+31-20Lines changed: 31 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,26 +21,37 @@ 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
-
-h, --help help for apecloud-mysql
29
-
--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)
33
-
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
34
-
--proxy-enabled Enable proxy or not.
35
-
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
36
-
--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)
37
-
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
38
-
--storage-class-name string Storage class name of the data volume
39
-
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
40
-
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
41
-
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
42
-
--topology-keys stringArray Topology keys for affinity
--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, Halt, 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")
-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
-
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
35
34
--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)
36
35
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
37
36
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
32
+
--peer-service.enabled Enable peer service (no need to enable for single cluster).
33
+
--peer-service.type string Service type for etcd peers, default peer service for single cluster use headless ClusterIP. Valid option is LoadBalancer, will support NodePort in the future. Legal values [ClusterIP, LoadBalancer]. (default "LoadBalancer")
32
34
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
33
-
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
34
35
--replicas int The number of replicas, the default replicas is 3. Value range [1, 5]. (default 3)
35
36
--storage float Data Storage size, the unit is Gi. Value range [1, 10000]. (default 10)
36
37
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
--controller-replicas int The number of Kafka controller replicas for separated mode. Legal values [1, 3, 5]. (default 1)
28
-
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
29
-
--disable-exporter Enable or disable monitor. (default true)
30
-
--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")
31
-
--edit Edit the API resource before creating
32
-
-h, --help help for kafka
33
-
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
34
-
--meta-storage float Metadata Storage size, the unit is Gi. Value range [1, 10000]. (default 5)
35
-
--meta-storage-class string The StorageClass for Kafka Metadata Storage.
36
-
--mode string Mode for Kafka kraft cluster, 'combined' is combined Kafka controller and broker,'separated' is broker and controller running independently. Legal values [combined, separated]. (default "combined")
37
-
--monitor-enable Enable monitor for Kafka. (default true)
38
-
--monitor-replicas int The number of Kafka monitor replicas. Value range [1, 5]. (default 1)
--node-port-enabled Whether NodePort service is enabled, default is false
41
-
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
42
-
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
43
-
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
44
-
--replicas int The number of Kafka broker replicas for combined mode. Legal values [1, 3, 5]. (default 1)
45
-
--sasl-enable Enable authentication using SASL/PLAIN for Kafka.
46
-
--storage float Data Storage size, the unit is Gi. Value range [1, 10000]. (default 10)
47
-
--storage-class string The StorageClass for Kafka Data Storage.
48
-
--storage-enable Enable storage for Kafka.
49
-
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
50
-
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
51
-
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
52
-
--topology-keys stringArray Topology keys for affinity
--controller-replicas int The number of Kafka controller replicas for separated mode. Legal values [1, 3, 5]. (default 1)
28
+
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
29
+
--disable-exporter Enable or disable monitor. (default true)
30
+
--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")
31
+
--edit Edit the API resource before creating
32
+
--fixed-pod-ip-enabled advertised.listeners Whether to enable fixed Pod IP mode in Kafka's advertised.listeners
33
+
-h, --help help for kafka
34
+
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
35
+
--meta-storage float Metadata Storage size, the unit is Gi. Value range [1, 10000]. (default 5)
36
+
--meta-storage-class string The StorageClass for Kafka Metadata Storage.
37
+
--mode string Mode for Kafka kraft cluster, 'combined' is combined Kafka controller and broker,'separated' is broker and controller running independently. Legal values [combined, separated]. (default "combined")
38
+
--monitor-enable Enable monitor for Kafka. (default true)
39
+
--monitor.limit.cpu float (default 0.5)
40
+
--monitor.limit.memory float (default 1)
41
+
--monitor.replicas int Number of replicas for the monitor component. Value range [1]. (default 1)
--node-port-enabled advertised.listeners Whether to enable NodePort mode in Kafka's advertised.listeners
46
+
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
47
+
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
48
+
--replicas int The number of Kafka broker replicas for combined mode. Legal values [1, 3, 5]. (default 1)
49
+
--sasl-enable Enable authentication using SASL/PLAIN for Kafka.
50
+
--storage float Data Storage size, the unit is Gi. Value range [1, 10000]. (default 10)
51
+
--storage-class string The StorageClass for Kafka Data Storage.
52
+
--storage-enable Enable storage for Kafka.
53
+
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
54
+
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
55
+
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
56
+
--topology-keys stringArray Topology keys for affinity
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_create_mongodb.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,20 @@ kbcli cluster create mongodb NAME [flags]
26
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")
-o, --output format Prints the output in the specified format. Allowed values: JSON and YAML (default yaml)
33
34
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
34
-
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
35
35
--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)
36
36
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
37
37
--storage-class-name string Storage class name of the data volume
38
38
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
39
39
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
40
40
--tolerations strings Tolerations for cluster, such as "key=value:effect,key:effect", for example '"engineType=mongo:NoSchedule", "diskType:NoSchedule"'
41
41
--topology-keys stringArray Topology keys for affinity
0 commit comments