From 7a24e5fedfafeab43c80403759507960abb3c2b0 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 12 Oct 2023 10:16:29 +0200 Subject: [MARIADB] Update mariadb template to the 0.21.0 Operator In the mariadb-operator version 0.21.0 changes to the CRDs have been done, which require a change in the template. see: https://github.com/mariadb-operator/mariadb-operator/pull/248 PeerAuthentication depends on galera setting (not know why) Issue-ID: OOM-3236 Change-Id: Iaf3cd7128e4c9889c1d56b9b83a72a352e60a39d Signed-off-by: Andreas Geissler --- docs/sections/guides/infra_guides/oom_infra_optional_addons.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/sections/guides/infra_guides/oom_infra_optional_addons.rst') diff --git a/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst b/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst index 71ce344f09..de26d11944 100644 --- a/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst +++ b/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst @@ -112,7 +112,7 @@ For setup the K8ssandra operator is used, see `K8ssandra setup guide`_ > kubectl label namespace k8ssandra-operator istio-injection=enabled -- Install the k8ssandra-operator:: +- Install the k8ssandra-operator replacing the with the version defined in the :ref:`versions_table` table:: > helm repo add k8ssandra https://helm.k8ssandra.io/stable @@ -120,6 +120,7 @@ For setup the K8ssandra operator is used, see `K8ssandra setup guide`_ > helm install k8ssandra-operator --namespace k8ssandra-operator k8ssandra/k8ssandra-operator --set global.clusterScoped=true + --version= Mariadb-Operator Installation ----------------------------- @@ -135,7 +136,7 @@ For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ > kubectl label namespace mariadb-operator istio-injection=enabled -- Install the mariadb-operator:: +- Install the mariadb-operator replacing the with the version defined in the :ref:`versions_table` table:::: > helm repo add mariadb-operator https://mariadb-operator.github.io/mariadb-operator @@ -143,6 +144,8 @@ For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ > helm install mariadb-operator --namespace mariadb-operator mariadb-operator/mariadb-operator --set ha.enabled=true + --set metrics.enabled=true --set webhook.certificate.certManager=true + --version= Kserve Installation -- cgit 1.2.3-korg