Sin descripción

Jingyi Hu adb126afc4 Merge pull request #11267 from k-ye/fix hace 4 años
.github 08db37db54 Security: Create etcd security process hace 5 años
Documentation 9002c1951f doc: add lease time hace 4 años
auth ade5337b92 etcdserver: add check for nil options hace 4 años
client 1caaa9ed4a test: test update for Go 1.12.5 and related changes hace 5 años
clientv3 6aae90325c Merge pull request #11211 from jpbetz/ipv6-endpoints hace 4 años
contrib 1caaa9ed4a test: test update for Go 1.12.5 and related changes hace 5 años
embed e8660c0cec embed: expose ZapLoggerBuilder hace 4 años
etcdctl 9002c1951f doc: add lease time hace 4 años
etcdmain 27535517b1 pkg: handle version env variable hace 4 años
etcdserver 444bfdff59 etcdserver: strip patch version in metrics hace 4 años
functional fce0e23d1b *: use Go 1.13.1 hace 4 años
hack 78fb1e34f8 hack: fix cherrypick instruction hace 4 años
integration 6aae90325c Merge pull request #11211 from jpbetz/ipv6-endpoints hace 4 años
lease 0a6173c9b6 lease: cleanup typo words in lessor.go hace 4 años
logos d375b67a50 logos: add SVG and PNG logos hace 9 años
mvcc 49f4a418f9 backend: fix comment for bucketBuffer.merge() hace 4 años
pkg 57aa68af5a etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() hace 4 años
proxy bbb379fa4a Merge pull request #10974 from lzhfromustc/watchers hace 4 años
raft d487b16de1 confchange: removed duplicate check in confchange.Simple. hace 4 años
scripts 36696fe2cc Add version, tag and branch checks to release script hace 4 años
security 08db37db54 Security: Create etcd security process hace 5 años
tests 1333abc606 etcdserver: strip patch version in cluster version hace 4 años
tools 57aa68af5a etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() hace 4 años
vendor 426463c433 vendor: upgrade gRPC Go to v1.24.0 hace 4 años
version 7fbbb9c8bf *: add 3.5 capability for 3.5 dev tree hace 4 años
wal adbae79565 wal : wal.Verify defer close the opened WAL files hace 4 años
.gitignore e86a12bad0 gitignore: ignore build result and runtime files hace 5 años
.header 71e6c4b06a .header: update to 'etcd Authors' hace 8 años
.travis.yml fce0e23d1b *: use Go 1.13.1 hace 4 años
.words 97388ce454 clientv3: Set authority used in cert checks to host of endpoint hace 4 años
CHANGELOG-2.3.md ea68efb259 CHANGELOG: add "raft unbounded log growth prevention" PR hace 5 años
CHANGELOG-3.0.md 4244ea4390 CHANGELOG: update with latest changes, make language consistent hace 4 años
CHANGELOG-3.1.md 2530c900fd CHANGELOG: update with patch release hace 4 años
CHANGELOG-3.2.md 1e1ce6b651 changelog for the skip client san verification option. hace 4 años
CHANGELOG-3.3.md 53718bbf33 CHANGELOG: Note that 3.3.16 is a bad release and add 3.3.17 release notes hace 4 años
CHANGELOG-3.4.md 9ac0d65af8 CHANGELOG: update from PR 11254 hace 4 años
CHANGELOG-3.5.md 9ac0d65af8 CHANGELOG: update from PR 11254 hace 4 años
CHANGELOG-4.0.md 00171cc17d CHANGELOG: update 3.4 patch release, 3.5 hace 4 años
CONTRIBUTING.md 4681061b1f *: add slack contact hace 4 años
DCO fd9ad4fa2c docs(readme/contrib): clean up README, merge changes from CONTRIBUTING.md and split out DCO hace 10 años
Dockerfile-release f856ce963b Dockerfile: rebase etcd image to debian hace 5 años
Dockerfile-release.arm64 f856ce963b Dockerfile: rebase etcd image to debian hace 5 años
Dockerfile-release.ppc64le f856ce963b Dockerfile: rebase etcd image to debian hace 5 años
GOVERNANCE.md 036cb96fd1 *: create project governance hace 4 años
LICENSE 3381177341 License project under the Apache License Version 2.0 hace 11 años
MAINTAINERS 036cb96fd1 *: create project governance hace 4 años
Makefile 79bfc90f2b tests/docker-dns: adding tests for certs with dns names. hace 4 años
Procfile 53fd227f5c . : added Procfile.learner hace 4 años
Procfile.learner 53fd227f5c . : added Procfile.learner hace 4 años
Procfile.v2 182d071fd0 Documentation/v2: add Procfile.v2 for proxy hace 6 años
README.md 7cb2bb67bf README: fix formatting on hangouts link hace 4 años
ROADMAP.md c74998267c *: change roadmap, future release dates hace 5 años
bill-of-materials.json bc95b1fa84 bill-of-materials: update hace 4 años
bill-of-materials.override.json 42a7ea6d33 etcd: Replace ghodss/yaml with sigs.k8s.io/yaml hace 5 años
build 75e440b105 build: fix import path hace 5 años
build.bat b1d41016b2 vendor: only vendor on emitted binaries hace 8 años
build.ps1 7300bfdd1d build.ps1: update import paths to "go.etcd.io/etcd" hace 5 años
code-of-conduct.md 5370570fec *: update project code of conduct hace 4 años
etcd.conf.yml.sample 73a8bf1fb1 sample: correct directive name hace 5 años
functional.yaml 0926a434b7 functional.yaml: try lower snapshot count for flaky tests, error threshold hace 4 años
go.mod 9efa0448e2 go.mod: bump x/crypto because of [CVE-2019-11840] hace 4 años
go.sum 9efa0448e2 go.mod: bump x/crypto because of [CVE-2019-11840] hace 4 años
main.go 34bd797e67 *: revert module import paths hace 5 años
main_test.go 9ecbf5d2d1 main_test: skip test when invoked via go test hace 5 años
test d4d57c5422 test: skip govet shadow tests for now hace 4 años

README.md

etcd

Go Report Card Coverage Build Status Travis Build Status Semaphore Docs Godoc Releases LICENSE

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get stable binaries.

etcd Logo

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft

etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.

etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous testing.

See etcdctl for a simple command line client.

Community meetings

etcd contributors and maintainers have monthly (every four weeks) meetings at 11:00 AM (USA Pacific) on Thursday.

An initial agenda will be posted to the shared Google docs a day before each meeting, and everyone is welcome to suggest additional topics or other agendas.

Time:

Join Hangouts Meet: meet.google.com/umg-nrxn-qvs

Join by phone: +1 405-792-0633‬ PIN: ‪299 906‬#

Getting started

Getting etcd

The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, and Docker on the release page.

For more installation guides, please check out play.etcd.io and operating etcd.

For those wanting to try the very latest version, build the latest version of etcd from the master branch. This first needs Go installed (version 1.13+ is required). All development occurs on master, including new features and bug fixes. Bug fixes are first targeted at master and subsequently ported to release branches, as described in the branch management guide.

Running etcd

First start a single-member cluster of etcd.

If etcd is installed using the pre-built release binaries, run it from the installation location as below:

/tmp/etcd-download-test/etcd

The etcd command can be simply run as such if it is moved to the system path as below:

mv /tmp/etcd-download-test/etcd /usr/local/bin/
etcd

If etcd is built from the master branch, run it as below:

./bin/etcd

This will bring up etcd listening on port 2379 for client communication and on port 2380 for server-to-server communication.

Next, let's set a single key, and then retrieve it:

etcdctl put mykey "this is awesome"
etcdctl get mykey

etcd is now running and serving client requests. For more, please check out:

etcd TCP ports

The official etcd ports are 2379 for client requests, and 2380 for peer communication.

Running a local etcd cluster

First install goreman, which manages Procfile-based applications.

Our Procfile script will set up a local example cluster. Start it with:

goreman start

This will bring up 3 etcd members infra1, infra2 and infra3 and etcd grpc-proxy, which runs locally and composes a cluster.

Every cluster member and proxy accepts key value reads and key value writes.

Follow the steps in Procfile.learner to add a learner node to the cluster. Start the learner node with:

goreman -f ./Procfile.learner start

Next steps

Now it's time to dig into the full etcd API and other guides.

Contact

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

See reporting bugs for details about reporting any issues.

Reporting a security vulnerability

See security disclosure and release process for details on how to report a security vulnerability and how the etcd team manages it.

Issue and PR management

See issue triage guidelines for details on how issues are managed.

See PR management for guidelines on how pull requests are managed.

etcd Emeritus Maintainers

These emeritus maintainers dedicated a part of their career to etcd and reviewed code, triaged bugs, and pushed the project forward over a substantial period of time. Their contribution is greatly appreciated.

  • Fanmin Shi
  • Anthony Romano

License

etcd is under the Apache 2.0 license. See the LICENSE file for details.