Where does the embedded etcd store data and can I ...
# k3s
h
Where does the embedded etcd store data and can I change the location?
c
/var/lib/rancher/k3s/server/db
and not directly, although you can change the
/var/lib/rancher/k3s
prefix to something else with the --data-dir flag
you could also just mount a different partition or create a bind mount at that path
h
Thank you @creamy-pencil-82913!
Silly me, I could've just looked at
k3s -h
...