From b80e93d70ff81c5e03faee602a2044e2685dd0ef Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Thu, 25 Apr 2024 11:58:57 -0400 Subject: [PATCH] Edits to pgd4k PR5524 --- .../1/rel_notes/1_0_rel_notes.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/product_docs/docs/postgres_distributed_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx b/product_docs/docs/postgres_distributed_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx index 02dfe0fe07d..4e1ab7c13ec 100644 --- a/product_docs/docs/postgres_distributed_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx +++ b/product_docs/docs/postgres_distributed_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx @@ -21,16 +21,16 @@ to create and manage EDB Postgres Distributed clusters inside Kubernetes with ca The EDB Postgres Distributed for Kubernetes operator leverages [EDB Postgres for Kubernetes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/) (PG4K) and inherits many of that project's capabilities. EDB Postgres Distributed for Kubernetes version 1.0.0 is based, specifically, on release 1.22 of PG4K. -Please refer to the [PG4K release notes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/rel_notes/) for more details. +See the [PG4K release notes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/rel_notes/) for more details. !!! ## Features -| Component | Description | -|-----------|----------------------------------------------------------------------------------------------| -| PGD4K | Deployment of EDB Postgres Distributed clusters with versions 5 and later inside Kubernetes. | -| PGD4K | Self-healing capabilities such as recovery and restart of failed PGD nodes. | -| PGD4K | Defined services that allow applications to connect to the write leader of each PGD group. | -| PGD4K | Implementation of Raft subgroups. | -| PGD4K | TLS connections and client certificate authentication. | -| PGD4K | Continuous backup to an S3 compatible object store. | +| Component | Description | +|-----------|---------------------------------------------------------------------------------------------| +| PGD4K | Deployment of EDB Postgres Distributed clusters with versions 5 and later inside Kubernetes | +| PGD4K | Self-healing capabilities such as recovery and restart of failed PGD nodes | +| PGD4K | Defined services that allow applications to connect to the write leader of each PGD group | +| PGD4K | Implementation of Raft subgroups | +| PGD4K | TLS connections and client certificate authentication | +| PGD4K | Continuous backup to an S3-compatible object store |