diff --git a/product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx b/product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx index 29f1a464dfe..e2cdbda98de 100644 --- a/product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx +++ b/product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx @@ -14,15 +14,15 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** migr ## Connectivity with PgBouncer -EDB Postgres Distributed for Kubernetes does not support using [PgBouncer](/pgbouncer/latest/) to pool client connection requests. -This applies to both the open-source and EDB versions of PgBouncer. +EDB Postgres Distributed for Kubernetes **does not support** using [PgBouncer](/pgbouncer/latest/) to pool client connection requests. +This limitation applies to both the open-source and EDB versions of PgBouncer. ## Backup operations -To configure an EDB Postgres Distributed for Kubernetes environment, you must apply a `PGDGroup` YAML object to each Kubernetes cluster, -which then creates all necessary services for the implementation of a distributed architecture. +To configure an EDB Postgres Distributed for Kubernetes environment, you must apply a `PGDGroup` YAML object to each Kubernetes cluster. Applying this object +creates all necessary services for implementing a distributed architecture. -If you have added a `spec.backup` section to this `PGDGroup` object with the goal of setting up a backup configuration, +If you added a `spec.backup` section to this `PGDGroup` object with the goal of setting up a backup configuration, the backup will fail unless you also set the `spec.backup.cron.schedule` value. Error output example: @@ -58,5 +58,5 @@ spec: All issues and limitations known for the EDB Postgres Distributed version that you include in your deployment also affect your EDB Postgres Distributed for Kubernetes instance. -For example, if the EDB Postgres Distributed version you are using is 5.x, your EDB Postgres Distributed for Kubernetes +For example, if the EDB Postgres Distributed version you're using is 5.x, your EDB Postgres Distributed for Kubernetes instance will be affected by these [5.x known issues](/pgd/5/known_issues/) and [5.x limitations](/pgd/5/limitations/).