このコンテンツは選択した言語では利用できません。
Chapter 52. ZookeeperClusterSpec schema reference
The type ZookeeperClusterSpec has been deprecated.
Used in: KafkaSpec
| Property | Property type | Description |
|---|---|---|
| replicas | integer | The number of pods in the cluster. |
| image | string |
The container image used for ZooKeeper pods. If no image name is explicitly specified, it is determined based on the Kafka version set in |
| storage | Storage configuration (disk). Cannot be updated. | |
| config | map | The ZooKeeper broker config. Properties with the following prefixes cannot be set: server., dataDir, dataLogDir, clientPort, authProvider, quorum.auth, requireClientAuthScheme, snapshot.trust.empty, standaloneEnabled, reconfigEnabled, 4lw.commands.whitelist, secureClientPort, ssl., serverCnxnFactory, sslQuorum (with the exception of: ssl.protocol, ssl.quorum.protocol, ssl.enabledProtocols, ssl.quorum.enabledProtocols, ssl.ciphersuites, ssl.quorum.ciphersuites, ssl.hostnameVerification, ssl.quorum.hostnameVerification). |
| livenessProbe | Pod liveness checking. | |
| readinessProbe | Pod readiness checking. | |
| jvmOptions | JVM Options for pods. | |
| jmxOptions | JMX Options for Zookeeper nodes. | |
| resources | CPU and memory resources to reserve. | |
| metricsConfig | Metrics configuration. | |
| logging | Logging configuration for ZooKeeper. | |
| template | Template for ZooKeeper cluster resources. The template allows users to specify how the OpenShift resources are generated. |