This message was deleted.
# k3s
a
This message was deleted.
h
for etcd cluster you may want to start here: https://etcd.io/docs/v3.5/
s
I am working the etcd documentation and using that for reference now. I was just looking for some examples of existing production configurations.
Thanks for the reply.
Anyone else have any reccomendations?
n
K3s runs etcd as an internal process, so looking at it for "standard etcd config" is probably not the best idea. You instead could look at how RKE2 runs etcd, if you install and run RKE2 you can find the etcd config at
/var/lib/rancher/rke2/server/db/etcd/config
I've attached my config from a random RKE2 cluster I had.
Note that if you actually wanted to run K3s + an external etcd you can, but you should see the docs on External DB