Replies: 1 comment
-
I think I found a bit of wisdom here I guess something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
do to company policies I need to build etcd from source and run it entirely inside of /opt/.
The building is pretty straight forward (doing this inside a podman container based on the Build from Source section in the docs.
My trouble starts when it comes to actually run it. I need a config file, a systemd Service to get this going I assume.
systemd service
looks like there is an example https://github.com/etcd-io/etcd/blob/main/contrib/systemd/etcd.service i'll base this on
config file
can be based on
etcd.conf.yml.sample
that comes with the build. but .../opt/etcd/etcd.conf.yml
?Beta Was this translation helpful? Give feedback.
All reactions