rancher / rke2-docs

Apache License 2.0
8 stars 74 forks source link

Allow for sqlite installs in k3s #208

Closed rancher-max closed 4 months ago

rancher-max commented 4 months ago

When installing a single server, we should allow to NOT pass cluster-init and not have any datastore endpoint so that we use kine with sqlite.

brandond commented 4 months ago

Are we doing this as --cluster-init=false, or as --datastore-endpoint=sqlite://?

rancher-max commented 4 months ago

Oops I created this issue in the wrong repo 🙈 This was meant for our automation where we do HA only currently