@@ -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