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
-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. (default true)
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 single-node mode, the replicas is 1, for multi-node 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
--tenancy string Tenancy options, one of: (SharedNode, DedicatedNode) (default "SharedNode")
Copy file name to clipboardExpand all lines: docs/user_docs/cli/kbcli_cluster_delete.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
@@ -26,7 +26,6 @@ kbcli cluster delete NAME [flags]
26
26
--grace-period int Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion). (default -1)
27
27
-h, --help help for delete
28
28
--now If true, resources are signaled for immediate shutdown (same as --grace-period=1).
29
-
--rbac-enabled Specify whether rbac resources will be deleted by kbcli
30
29
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.
0 commit comments