You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/datastore/datastore.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ K3s supports the following datastore options:
20
20
***External Database**
21
21
See the [High Availability External DB](ha.md) documentation for more information on using external datastores with multiple servers.
22
22
The following external datastores are supported:
23
-
*[etcd](https://etcd.io/) (certified against version 3.5.4)
24
-
*[MySQL](https://www.mysql.com) (certified against versions 5.7 and 8.0)
25
-
*[MariaDB](https://mariadb.org/) (certified against version 10.6.8)
26
-
*[PostgreSQL](https://www.postgresql.org/) (certified against versions 12.16, 13.12, 14.9 and 15.4)
23
+
*[etcd](https://etcd.io/) (certified against version 3.5.21)
24
+
*[MySQL](https://www.mysql.com) (certified against versions 8.0 and 8.4)
25
+
*[MariaDB](https://mariadb.org/) (certified against version 10.11, and 11.4)
26
+
*[PostgreSQL](https://www.postgresql.org/) (certified against versions 15.12, 16.7, and 17.3)
27
27
28
28
:::warning Prepared Statement Support
29
29
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.
0 commit comments