bitpoke / mysql-operator

Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.
https://www.bitpoke.io/docs/mysql-operator/getting-started/
Apache License 2.0
993 stars 275 forks source link

the initialDelaySeconds of readinessProbe is too little for mysql container #896

Open qsliao opened 12 months ago

qsliao commented 12 months ago

the initialDelaySeconds of livenessProbeis 60s,but the initialDelaySeconds of readinessProbe is 5s,is too lilttle, This results in the following error, Can we increase the initialDelaySeconds of readinessProbe time, or can we support configuration via podspec

Readiness probe failed: ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1:3306' (111)