46.3. ZookeeperClusterSpec スキーマプロパティー
プロパティー | プロパティータイプ | 説明 |
---|---|---|
replicas | integer | クラスター内の Pod 数。 |
image | string |
ZooKeeper Pod に使用されるコンテナーイメージ。イメージ名が明示的に指定されていない場合は、 |
storage | ストレージの設定 (ディスク)。更新はできません。 | |
config | map | ZooKeeper ブローカーの設定。接頭辞 server.、dataDir、dataLogDir、clientPort、authProvider、quorum.auth、requireClientAuthScheme、snapshot.trust.empty、standaloneEnabled、reconfigEnabled、4lw.commands.whitelist、secureClientPort、ssl、serverCnxnFactory、sslQuorum (次の例外を除く: ssl.protocol、ssl.quorum.protocol、ssl.enabledProtocols、ssl.quorum.enabledProtocols、ssl.ciphersuites、ssl.quorum.ciphersuites、ssl.hostnameVerification、ssl.quorum.hostnameVerification) があるプロパティーは設定できません。 |
livenessProbe | Pod の liveness チェック。 | |
readinessProbe | Pod の readiness チェック。 | |
jvmOptions | Pod の JVM オプション。 | |
jmxOptions | Zookeeper ノードの JMX オプション。 | |
resources | 予約する CPU およびメモリーリソース。 | |
metricsConfig | メトリックの設定。 | |
logging | ZooKeeper のロギング設定。 | |
template | ZooKeeper クラスターリソースのテンプレート。このテンプレートを使用すると、ユーザーは OpenShift リソースの生成方法を指定できます。 |