Martin Montes

Results 214 comments of Martin Montes

This will be a good question for the MaxScale team. I encourage you to join our slack channel and ask in #help : https://r.mariadb.com/join-community-slack

Hey @kos-team ! Thanks for reporting Running as root is not directly supported by the official images: ```yaml podSecurityContext: runAsUser: 0 ``` As the error message says there are extra...

Managed to reproduce with the following `MariaDB` resource: ```yaml apiVersion: k8s.mariadb.com/v1alpha1 kind: MariaDB metadata: name: mariadb-galera spec: rootPasswordSecretKeyRef: name: mariadb key: root-password storage: size: 1Gi replicas: 3 galera: enabled: true...

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...

> So I think the fix should be that when un-installing mariadb operator, MutatingWebhookConfigurations and ValidatingWebhookConfigurations should be removed as well. Interesting, thanks a lot for your investigation. `MutatingWebhookConfigurations` and...

Hey ther @MehdinMasinovic ! Thanks for bringing this up. We have not yet supported or tested replication between Galera clusters running in separate Kubernetes or OpenShift clusters. However, we are...

> We found that the operator is unable to update the MaxScale stanza in the MariaDB CR after the MariaDB and MaxScale is created. The embedded `MaxScale` has limitations, as...

Hey there thanks for bringing this up! Just to let you know, we are currently working on getting [Galera fully productionized](https://github.com/mariadb-operator/mariadb-operator/issues/672#issuecomment-2239225235) first, but we need to get there for replication...

> Same here. My cluster ends up in this state after a full cluster restart. We've made some improvements to the replication setup in https://github.com/mariadb-operator/mariadb-operator/pull/947. As part of the testing,...

Hey there @mperochon ! I have updated the `v0.0.30` (yet to be released in the next few weeks) with some important considerations regarding restoring backups: - https://github.com/mariadb-operator/mariadb-operator/blob/release-v0.0.30/docs/BACKUP.md#important-considerations > probes fail...