galera-operator
galera-operator copied to clipboard
Galera Operator automates tasks for managing a Galera cluster in Kubernetes
I would like to use this project for managing my Galera MariaDB clusters at scale. But it looks like this project has gone quiet. I have deployed the operator on...
I would like to change the readiness and liveness parameters of the galera instances. At this moment, the sst is trying to recover the database data, but the liveness healthcheck...
When using more than 3 replicas (5, 7, 9) and deleting the writer pod on a fully populated cluster, the operator creates replicas+1 pods. Situation: * pod-1: role=writer * pod-2:...
adding annotations to the sql.databases/v1beta2 Galera template which could be added to the Galera pods created by the operator would be very useful feature. (maybe labels also?)
If you want to restore galera cluster backup on a new galera cluster, you need to rename backup on S3 before deploy. It's not possible to use an existing backup,...
4 of 6 operator galera metric do not give the right values : - `galera_operator_controller_clusters` is the same value of `galera_operator_controller_clusters_created`, not number of clusters managed by the controller -...
According to the documentation of the `prom/mysqld-exporter` docker, it is possible to pass parameters to the mysqld-exporter program to be able to collect or delete certain metrics. For this, the...