Our Rancher servers were built as two K3s nodes wi...
# general
b
Our Rancher servers were built as two K3s nodes with a separate MariaDB server to provide the etcd repository. I've now changed the MariaDB to be a Galera-4 cluster. Is there any documentation of how I change the Rancher servers so that they use the cluster rather than just the single server?
Is it just a comma-separated list of <name>:3306 in /etc/systemd/system/k3s.service for --datastore-endpoint=mysql://?
No, that seemed to conflict with what was already in place for just the solitary endpoint.