此内容没有您所选择的语言版本。
Chapter 160. KafkaNodePoolSpec schema reference
Used in: KafkaNodePool
| Property | Property type | Description |
|---|---|---|
| replicas | integer | The number of pods in the pool. |
| storage | Storage configuration (disk). Cannot be updated. | |
| roles | string (one or more of [controller, broker]) array |
The roles that the nodes in this pool will have when KRaft mode is enabled. Supported values are 'broker' and 'controller'. This field is required. When KRaft mode is disabled, the only allowed value if |
| resources | CPU and memory resources to reserve. | |
| jvmOptions | JVM Options for pods. | |
| template | Template for pool resources. The template allows users to specify how the resources belonging to this pool are generated. |