55.7. CruiseControlSpec 模式属性
属性 | 属性类型 | 描述 |
---|---|---|
image | string | 用于 Cruise Control pod 的容器镜像。如果没有明确指定镜像名称,则镜像名称对应于 Cluster Operator 配置中指定的名称。如果在 Cluster Operator 配置中没有定义镜像名称,则会使用默认值。 |
tlsSidecar |
| |
resources | 为 Cruise Control 容器保留的 CPU 和内存资源。 | |
livenessProbe | 对 Cruise Control 容器进行 Pod 存活度检查。 | |
readinessProbe | 对 Cruise Control 容器进行 Pod 就绪度检查。 | |
jvmOptions | Cruise Control 容器的 JVM 选项。 | |
logging | 用于 Cruise Control 的日志记录配置(Log4j 2) | |
模板 |
模板来指定如何生成 Cruise Control 资源 | |
brokerCapacity |
Cruise Control | |
config | map | Cruise Control 配置。有关配置选项的完整列表,请参阅 https://github.com/linkedin/cruise-control/wiki/Configurations。请注意,带有以下前缀的属性无法设置:bootstrap.servers, client.id, zookeeper., network., security., failed.brokers.zk.path,webserver.http., webserver.api.urlprefix, webserver.session.path, webserver.accesslog., two.step., request.reason.required,metric.reporter.sampler.bootstrap.servers, capacity.config.file, self.healing., ssl., kafka.broker.failure.detection.enable, topic.config.provider.class (除:ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols, webserver.http.cors.enabled, webserver.http.cors.origin, webserver.http.cors.exposeheaders, webserver.security.enable, webserver.ssl.enable)。 |
metricsConfig | 指标配置。 |