k3s-io / k3s-ansible

Apache License 2.0
2.01k stars 802 forks source link

Support the use of an external database setup #340

Closed peterklijn closed 3 months ago

peterklijn commented 3 months ago

Hi,

It would be great if this repository would support the setup of K3s using an external database, in addition to the single server setup using embedded SQLite and the multi server setup using the embedded etcd store.

I made a POC of how this would work here: https://github.com/k3s-io/k3s-ansible/pull/339

It misses documentation, but works otherwise, so I hope it is sufficient to get some feedback.

Thanks