Configure Liveness and Readiness Probes
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
The Liveness
and Readiness
probes’ time-related parameters can be configured through aggregatorSpec.
and leafSpec.
.
Note: Liveness probes have been deprecated as of Operator 3.
aggregatorSpec:readinessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3livenessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3leafSpec:readinessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3livenessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3
Refer to the Kubernetes documentation for more information about these attributes.
Last modified: January 18, 2023