Martin Montes

Results 212 comments of Martin Montes

@stevefxp1 this is not yet implemented, contributions are welcome!

Hey @PGPAWAN ! Thanks for bringing this up. 100%, with the in introduction of [MaxScale](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/MAXSCALE.md) in [v0.0.25](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.25) our architecture got a bit more complicated. Not only it may be worth...

Hey there @K-MeLeOn ! Thanks for reporting. This indeed could happen, as our `Secret` reconciler does generate a random secret if the referred `Secret` is not found, see: https://github.com/mariadb-operator/mariadb-operator/blob/03a28b35b920bc33b0b59b0bee0152e00cc584b8/pkg/controller/secret/controller.go#L27 Since...

> That a nice addition. One could also use Argo CD [Sync waves](https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/) or Flux [dependsOn](https://fluxcd.io/flux/components/kustomize/kustomizations/#dependencies) to make sure the SealedSecret is deployed before the MariaDB instance. Thanks for your...

This has been addressed by https://github.com/mariadb-operator/mariadb-operator/pull/598 and released in [v0.0.28](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.28). See also a working example with sealed-secrets + flux: - https://github.com/mariadb-operator/mariadb-operator/tree/main/examples/flux/infrastructure/mariadb Closing!

Hey there thanks for reporting this! It looks like you have a dirft in your metrics password. We have handled this case in `v0.0.30` so you don't need to recreate...

Hey there @jeje-ch ! Thanks for the suggestion. What about using the `S3` `prefix` defined here? https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/API_REFERENCE.md#s3 Instead of relying in user input for the file format, you can just...

> but what if we don't use S3 storage ? In that case a global option would make sense, yes. However, thinking know about the PVC storage, how likely is...

Hey there @volvera10 ! Thanks for opening I agree, I do think that allowing to skip TLS verification would be convenient for development environments. We could extend our `TLS` object...

Hey there! Thanks for reporting. We need more light around why the `Pod` was restarted in the first place. This error seems unrelated: ```bash ERROR 1396 (HY000) at line 21:...