TiFlashSpec

(Appears on: TidbClusterSpec)

TiFlashSpec contains details of TiFlash members

FieldDescription
ComponentSpec
ComponentSpec

(Members of ComponentSpec are embedded into this type.)

ResourceRequirements
Kubernetes core/v1.ResourceRequirements

(Members of ResourceRequirements are embedded into this type.)

serviceAccount
string

Specify a Service Account for TiFlash

replicas
int32

The desired ready replicas

baseImage
string
(Optional)

Base image of the component, image tag is now allowed during validation

privileged
bool
(Optional)

Whether create the TiFlash container in privileged mode, it is highly discouraged to enable this in critical environment. Optional: defaults to false

maxFailoverCount
int32
(Optional)

MaxFailoverCount limit the max replicas could be added in failover, 0 means no failover Optional: Defaults to 3

storageClaims
[]StorageClaim

The persistent volume claims of the TiFlash data storages. TiFlash supports multiple disks.

config
TiFlashConfig
(Optional)

Config is the Configuration of TiFlash

logTailer
LogTailerSpec
(Optional)

LogTailer is the configurations of the log tailers for TiFlash