diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-02-21 19:10:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-21 19:10:19 +0000 |
commit | 17ca8751512743a9f8a04e44af79bbfbd988e91e (patch) | |
tree | eb089c3af1353603bf4150a3c7330e8923cb282a /docs | |
parent | 5210a5d2f545a6d5b15363783ec6d7e7ff41c387 (diff) | |
parent | 062e7c2a2f0e666ba87d4a0337e5774cf841b3f9 (diff) |
Merge "[POSTGRES][COMMON] Add support for postgres operator"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sections/guides/infra_guides/oom_infra_optional_addons.rst | 10 |
1 files changed, 9 insertions, 1 deletions
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 de26d11944..fb164bc5e6 100644 --- a/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst +++ b/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst @@ -11,6 +11,7 @@ .. _Kserve setup guide: https://kserve.github.io/website/0.10/admin/kubernetes_deployment/ .. _K8ssandra setup guide: https://docs.k8ssandra.io/install/ .. _Mariadb-Operator setup guide: https://github.com/mariadb-operator/mariadb-operator +.. _Postgres-Operator setup guide: https://github.com/CrunchyData/postgres-operator .. _oom_base_optional_addons: @@ -125,7 +126,7 @@ For setup the K8ssandra operator is used, see `K8ssandra setup guide`_ Mariadb-Operator Installation ----------------------------- -Mariadb-Operator is used to ease the installation and lifecycle management +Mariadb-Operator is used to ease the installation and lifecycle management of MariaDB Galera and Replication clusters, including monitoring and backup For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ @@ -147,6 +148,13 @@ For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ --set metrics.enabled=true --set webhook.certificate.certManager=true --version=<recommended-version> +Postgres-Operator Installation +------------------------------ + +Postgres-Operator is used to ease the installation and lifecycle management of +Postgres DB clusters, including monitoring and backup + +For setup the Postgres-Operator is used, see `Postgres-Operator setup guide`_ Kserve Installation ------------------- |