From e8e91c335dfb7c5988cae3323a398edef47fc53d Mon Sep 17 00:00:00 2001 From: mmontes11 Date: Fri, 13 Sep 2024 14:41:51 +0000 Subject: [PATCH] Deployed fe56e1b0 to main with MkDocs 1.6.0 and mike 2.1.2 --- main/releases/RELEASE_v0.0.31_HEADER.md.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/releases/RELEASE_v0.0.31_HEADER.md.gotmpl b/main/releases/RELEASE_v0.0.31_HEADER.md.gotmpl index 246bfec9..c1af6846 100644 --- a/main/releases/RELEASE_v0.0.31_HEADER.md.gotmpl +++ b/main/releases/RELEASE_v0.0.31_HEADER.md.gotmpl @@ -1,6 +1,6 @@ This is a patch release to fix some regressions related to the Galera. If you are using Galera with `ReadWriteOnce` storage, it is highly recommended to upgrade. Please, follow the __[UPGRADE GUIDE](https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/UPGRADE_v0.0.31.md)__. -When using `ReadWriteOnce` storage, if the Galera recovery `Jobs` (introduced in [v0.0.30](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.30)) are not scheduled in the same node as the `MariaDB` `Pods`, they will not be to attach the PVC and the recovery will not progress. See the following issues for further detail: https://github.com/mariadb-operator/mariadb-operator/issues/840 +When using `ReadWriteOnce` storage, if the Galera recovery `Jobs` (introduced in [v0.0.30](https://github.com/mariadb-operator/mariadb-operator/releases/tag/v0.0.30)) are not scheduled in the same node as the `MariaDB` `Pods`, they won't be able to attach the PVC and the recovery will not progress. See the following issues for further detail: https://github.com/mariadb-operator/mariadb-operator/issues/840 By default, we have configured `podAffinity` to the recovery `Jobs` to make sure the attachment succeeds. See the PR: https://github.com/mariadb-operator/mariadb-operator/pull/843