-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster can not start after reboot all pods #683
Comments
As I see, bootstrapAsyncReplication expects all cluster peers from getTopology, but getTopology can not connect to some peers as all nodes now in CrashLoopBackOff state. I think it not need to require all pods be available. Another problem (or first?), which was suppressed with
Some changes in deploy/cr.yaml:
|
Report
I've setup cluster according https://docs.percona.com/percona-operator-for-mysql/ps/kubectl.html in single node k3s. All mysql pods working fine, when I've reboot k3s node and mysql cluster can not start.
More about the problem
I've touch file
/var/lib/mysql/sleep-forever
in master podcluster1-mysql-0
and it running now, but slaves in CrashLoopBackOff:Some logs from bootstrap on slave pod:
Steps to reproduce
Versions
Kubernetes
k3s version v1.29.5+k3s1 (4e53a323)
go version go1.21.9
Operator
83b9f60, v0.7.0
Database
mysql Ver 8.0.36-28 for Linux on x86_64 (Percona Server (GPL), Release 28, Revision 47601f19)
Anything else?
No response
The text was updated successfully, but these errors were encountered: