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
0 commit comments