Martin Montes
Martin Montes
Hey there @MinJenChang ! Thanks for bringing this up. I think [we previously discussed this](https://github.com/mariadb-operator/mariadb-operator/issues/209), right? Or at least a similar case. The conclusion was: > Wait until the most...
Hey @faressoft ! First of all, thank you so much for this amazing tool! > I ran into this. A solution that I tried and worked is to overwrite the...
Hey there @alishchytovych ! Thanks for reporting Does your webhook have associated `Endpoints`? If so, it should resolve by itself. Restarting the operator after doing so might help, as the...
Hey there @ath88 ! Thanks for raising this. I agree that from the user perspective this is not ideal. This error is being returned by mysldump so we would need...
Thanks for the detailed explanation @ctrought 🙏 Contributions are more than welcome and it seems that you have some expertise around this topic, so feel free to work on this...
`mariadb-operator` has now support for OpenShift using a [helm based operator](https://github.com/mmontes11/mariadb-operator-helm) which is automatically updated on every helm chart release. It's available in both [OperatorHub](https://operatorhub.io/operator/mariadb-operator) and OCP + OKD. Closing!...
Hey @codestation ! Thanks for bringing this up. This will be a nice addition for the `Backup` and `SqlJob` resources, which are reconciled into `CronJobs` as you correctly pointed out....
I think this would be an awesome addition to this fantastic library, any chance we can get a review here?: - https://github.com/spf13/pflag/pull/348
Hey @n7qnm ! Thanks for reporting. Is the `MaxScale` resource in ready state? ```bash kubectl get maxscale maxscale-repl NAME READY STATUS PRIMARY SERVER AGE maxscale-repl True Running mariadb-repl-2 4h9m ```...
Could you provide your `MaxScale` resource? As documented [here](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/MAXSCALE.md#authentication), there is an exception for this behaviour, when you point to external MariaDB instances, the operator does not generate credentials automatically.