Skip to content

Commit

Permalink
adding MariaDB to README.md (#10717)
Browse files Browse the repository at this point in the history
MariaDB is mentioned as supported in requirements, so adding to README too. Also raises a discussion earlier:  #10686

Signed-off-by: Robert Silén <[email protected]>
Signed-off-by: robertsilen <[email protected]>
  • Loading branch information
robertsilen committed Aug 19, 2024
1 parent 0ef616b commit f414fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ What is this?
K3s is a [fully conformant](https://github.com/cncf/k8s-conformance/pulls?q=is%3Apr+k3s) production-ready Kubernetes distribution with the following changes:

1. It is packaged as a single binary.
1. It adds support for sqlite3 as the default storage backend. Etcd3, MySQL, and Postgres are also supported.
1. It adds support for sqlite3 as the default storage backend. Etcd3, MariaDB, MySQL, and Postgres are also supported.
1. It wraps Kubernetes and other components in a single, simple launcher.
1. It is secure by default with reasonable defaults for lightweight environments.
1. It has minimal to no OS dependencies (just a sane kernel and cgroup mounts needed).
Expand Down

0 comments on commit f414fee

Please sign in to comment.