https://github.com/etcd-io/etcd
Raw File
Tip revision: 182de1a9e12bd6a7d1bec357361f61b6fbbe4c95 authored by Joe Betz on 10 October 2018, 17:53:11 UTC
version: bump up to 3.2.25
Tip revision: 182de1a
README.md
## Contrib

Scripts and files which may be useful but aren't part of the core etcd project.

* [systemd](systemd) - an example unit file for deploying etcd on systemd-based distributions
* [raftexample](raftexample) - an example distributed key-value store using raft
* [systemd/etcd2-backup-coreos](systemd/etcd2-backup-coreos) - remote backup and restore procedures for etcd2 clusters on CoreOS Linux
* [systemd/etcd3-multinode](systemd/etcd3-multinode) - multi-node cluster setup with systemd
back to top