Martin Montes

Results 214 comments of Martin Montes

@crabique interesting, thanks for pointing this out. I've manually added a label to the `Pods`, and it seems like the `StatefulSet` is not un-doing my changes, Good! In that case,...

> I have yet to figure out the issue - possibly a deadlock situation? Just to let you know, we have merged a new change to prevent deadlocks while backups...

Hey there @starizard! Thanks for bringing this up We have thought about this already: - https://github.com/mariadb-operator/mariadb-operator/issues/220 Although possible, there are a couple of things that need to be covered for...

Gentle ping @christian-schlichtherle. Thanks again for maintaining this project!

Hey there @vlaborie! Indeed, this is something we will need to cover as part of the initial TLS support: - https://github.com/mariadb-operator/mariadb-operator/issues/137 This is the extended version of the `User` CR...

This has been released in [0.37.0](https://github.com/mariadb-operator/mariadb-operator/releases/tag/0.37.0) 🚀 Closing!

Hey there @Stenstromen ! Thanks for bringing this up. > I would like, as with other cronjob.batch to be able to specify a successfuljobshistorylimit and failedjobshistorylimit. So that I can...

@mbezhanov has kindly contributed this via https://github.com/mariadb-operator/mariadb-operator/pull/721. Will be released in `v0.0.30`, stay tuned!

Hey there @hedgieinsocks ! Thanks for bringing this up. Your suggestion makes total sense. It would be something easy to achieve. We would need to: - Extend the `Container` object...

Hey! I think we should rely on the `StatefulSet` for doing this: https://kubernetes.io/blog/2023/05/04/kubernetes-1-27-statefulset-pvc-auto-deletion-beta/ This is still in beta though