Search Criteria
Package Details: etcd-bin 3.4.14-1
Git Clone URL: | https://aur.archlinux.org/etcd-bin.git (read-only, click to copy) |
---|---|
Package Base: | etcd-bin |
Description: | A highly-available key value store for shared configuration and service discovery - binary version |
Upstream URL: | https://github.com/coreos/etcd |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | wzyboy |
Maintainer: | wzyboy |
Last Packager: | wzyboy |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-04 07:48 |
Last Updated: | 2021-02-16 04:54 |
Dependencies (0)
Required by (3)
- cilium-git (requires etcd) (optional)
- cronsun-bin (requires etcd)
- kubedee-git (requires etcd) (optional)
Latest Comments
1 2 Next › Last »
wzyboy commented on 2020-05-28 20:44
@jonathanio Thank you for pointing out. I have fixed that.
jonathanio commented on 2020-05-28 20:42
I'm trying to build the package, but the SHA256 hashes for the etcd.conf and etcd.service files are incorrect. I'm showing they're now:
wzyboy commented on 2019-10-22 10:45
@dontub Thank you for pointing out. I have fixed the checksums.
dontub commented on 2019-10-20 13:03
The checksums are not valid, anymore. e107490b80d96494b9276c7478e2e4d368ef9254b50a7996ae9f3456ccc68e81 etcd.service d91862eedcd2d98523308dba0e4da4ce7a41554b74f52c62a9a69f175753da37 etcd.conf.yml.sample
wzyboy commented on 2018-08-01 10:09
@spigell Fixed that again. Thank you.
spigell commented on 2018-08-01 05:24
Again. Can you fix please?
wzyboy commented on 2018-07-14 09:09
@niyawe Fixed. Thank you.
niyawe commented on 2018-07-14 08:59
etcd.conf.yml.sample has the wrong checksum. Mine has 3864cc70b02065ba3d3cf180eca42b27b60324280a16a25cd5b1bb110585cfdc
wzyboy commented on 2016-09-27 06:31
@spurge Thanks! I only used this package for "etcdctl" client before so I never noticed this. I have added an "etcd.install" file which takes care of the user creation and chowning.
spurge commented on 2016-09-26 19:37
Thank you for this package.
You should add an useradd somewhere for the "etcd" user you're refering to in the the systemd unit file. And also create the data dir "/var/lib/etcd" and chown it. useradd -rU etcd && mkdir -p /var/lib/etcd && chown etcd:etcd /var/lib/etcd