From 36d7821140d652fdd7e9a351255bfc97988964f2 Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 7 Oct 2023 17:03:37 +0800 Subject: [PATCH] Update datastore.md Signed-off-by: Zero King --- docs/datastore/datastore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datastore/datastore.md b/docs/datastore/datastore.md index ba413d15b..f98aca7b8 100644 --- a/docs/datastore/datastore.md +++ b/docs/datastore/datastore.md @@ -27,7 +27,7 @@ K3s supports the following datastore options: * [PostgreSQL](https://www.postgresql.org/) (certified against versions 10.7, 11.5, and 14.2) :::caution Prepared Statement Support -K3s requires prepared statements support from the DB. This means that connection poolers such as [PgBouncer](https://www.pgbouncer.org/faq.html#how-to-use-prepared-statements-with-transaction-pooling) will not work with K3s. +K3s requires prepared statements support from the DB. This means that connection poolers such as [PgBouncer](https://www.pgbouncer.org/faq.html#how-to-use-prepared-statements-with-transaction-pooling) may require additional configuration to work with K3s. ::: ### External Datastore Configuration Parameters