Martin Montes
Martin Montes
Hey @vixns ! I will have some spare time soon, planning to port this code to another PR and add you as a contributor in the commit to give you...
Thanks @vixns ! `bzip2` changes LGTM as well! Marked as [done](https://github.com/mariadb-operator/mariadb-operator/pull/836#issuecomment-2346913183)
Hey there @businessbean ! Thanks for bringing this up. I think there is a misunderstanding here on how the operator works. The operator has some default images, including the agent...
Hey there @businessbean ! Thank you very much for your input. Here my answer for each of the points you made: Regarding 1, that's correct, `suspend` would pause all reconciliation,...
Hey there! Thanks both of you to bringing this up. Most, if not all, the issues mentioned here are related to bugs/improvements fixed/made in the set of PRs mentioned in...
`v0.0.30` has been released, which should fix the issues mentioned in this issue: - https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.30 Please do read the release notes and follow the attached [upgrade guide](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/UPGRADE_v0.0.30.md) for migrating. Closing!
To enable smooth upgrades of the operator, it is recommended to run the webhook in HA: https://github.com/mariadb-operator/mariadb-operator/blob/296047537da99e3a40291a5edc68d33294317392/deploy/charts/mariadb-operator/values.yaml#L131 This way, only one Pod of the webhook will be updated at a...
Hey @bennyvar77 ! Thanks for pointing this out. > This storage is limited to the space currently available on the node Indeed, whenever you use S3 backups, the backup `Jobs`...
This has been addressed by https://github.com/mariadb-operator/mariadb-operator/pull/946. Take a look at the PR body to see how to use this new feature and stay tuned for the next release! 🚀
> I have tested it again. It works if i install the CRD's with helm install mariadb-operator deploy/charts/mariadb-operator, but it fails with kubectl apply --server-side=true --filename=deploy/charts/mariadb-operator/crds/crds.yaml. Helm seems to disable...