Sébastien Spagnolo
Sébastien Spagnolo
So you want to add an "args" field instead of designing your exporter with the right argument ? It can be implemented.
You are right, the main problem is that Galera objects (in the k8s point of view) are deleted before entering the check loop, so the operator is notified of a...
> 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...
@bruno : have you some logs to share ? Can you describe which parameters you changed (which values for periodseconds and failurethreshold ?). I understand you have started a pod...
This project is not active, I tried to open-source and to have some help on it but it seems galera clusters are not very used. I can put an upgrade...
Have you an example about your needs ? Today, Labels and Annotations are available for the Galera object, and are not copied to pods (and we do not have labels...
ok so Annotations and Labels can be implemented in PodTemplate, It means it can be different from Annotations and Labels provided for the Galera Object. I will check that.
There is two things First is about the logs, today, logs are just written by backup container and not the Galera container, It will be better to centralize this information...