Martin Montes
Martin Montes
@benedikt-bartscher it is not supported in `MariaDB` yet, the question is whether we should stick to the `StatefulSet` API, which is not GA yet, or alternatively come up with our...
Hey there @jlcrow ! The operator does create a headless `Service` like the one you described: - https://github.com/mariadb-operator/mariadb-operator/blob/36afbefcefb66e0a3f10877d9e1fe0150fa1ad4b/internal/controller/mariadb_controller.go#L532 Cheers!
@jlcrow Thanks for the context. The `MariaDB` looks normal, could you provide the following?: - Operator logs - `MariaDB` events: ```bash kubectl get events --namespace monitoring --field-selector involvedObject.name=grafana-db ```
I recall getting some issues with the headless `Service`, which got fixed in `v0.0.30`: - https://github.com/mariadb-operator/mariadb-operator/pull/774/commits/7267169a6e358a35bcc2b3849f317452eb17fe90
Thanks! The only thing that comes from the top of my head is that the operator is stucked in a previous reconciling step. Similar to https://github.com/mariadb-operator/mariadb-operator/commit/7267169a6e358a35bcc2b3849f317452eb17fe90 I would give it...
In my case, the following workflow does not work either: > Create a PVC (don't write any data to it) Create a snapshot Create PVC from snapshot ```bash ❯ k...
Hey @pkerwien ! Thanks for raising this. Although I agree, we should follow conventional extensions to leverage existing tooling, this change implies breaking changes, as there will be user who...
> That said: If mariadb-operator backup/restore tools uses proper command line detection (Use magic to detect proper file format instead file naming) and use complete command line syntax for compressors...
Hey @ZeroEcks ! Your proposal makes sense. Someone brought up a similar request, I think we can tackle defaults at the operator level. See my comment: - https://github.com/mariadb-operator/mariadb-operator/pull/1098#issuecomment-2585276299 Contributions are...
Hey there! Thanks for reporting. What is the biggest pain you have when configuring the S3 credentials multiple times? Managing the credentials or the configuration itself? If the problem is...