Skip to content

Commit ca8ba04

Browse files
committed
chore: auto update kbcli user docs
1 parent 3879179 commit ca8ba04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/user_docs/cli/kbcli_cluster_create_kafka.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kbcli cluster create kafka NAME [flags]
3434
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
3535
--meta-storage float Metadata Storage size, the unit is Gi. Value range [1, 10000]. (default 5)
3636
--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")
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, withZookeeper-10]. (default "combined")
3838
--monitor-enable Enable monitor for Kafka. (default true)
3939
--monitor.limit.cpu float (default 0.5)
4040
--monitor.limit.memory float (default 1)
@@ -47,6 +47,7 @@ kbcli cluster create kafka NAME [flags]
4747
--pod-anti-affinity string Pod anti-affinity type, one of: (Preferred, Required) (default "Preferred")
4848
--replicas int The number of Kafka broker replicas for combined mode. Legal values [1, 3, 5]. (default 1)
4949
--sasl-enable Enable authentication using SASL/PLAIN for Kafka.
50+
--sasl-scram-enable Enable authentication using SASL/SCRAM for Kafka.
5051
--storage float Data Storage size, the unit is Gi. Value range [1, 10000]. (default 10)
5152
--storage-class string The StorageClass for Kafka Data Storage.
5253
--storage-enable Enable storage for Kafka.

0 commit comments

Comments
 (0)