From a05ff7f83d7f7f0366b001afe795f8070883c5fb Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Sun, 13 Apr 2014 21:36:41 -0700 Subject: [PATCH] docs(production-ready): explain the state of etcd clearly --- Documentation/production-ready.md | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Documentation/production-ready.md diff --git a/Documentation/production-ready.md b/Documentation/production-ready.md new file mode 100644 index 000000000..fb2d00230 --- /dev/null +++ b/Documentation/production-ready.md @@ -0,0 +1,7 @@ +ectd is being used successfully by many companies in production. It is, +however, under active development and systems like etcd are difficult to get +correct. If you are comfortable with bleeding-edge software please use etcd and +provide us with the feedback and testing young software needs. + +When the etcd team feels confident removing this warning we will release etcd +1.0. diff --git a/README.md b/README.md index 56eba30b1..3f08da39c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Or feel free to just use curl, as in the examples below. [raft]: http://raftconsensus.github.io/ [etcdctl]: http://github.com/coreos/etcdctl/ +If you're considering etcd for production use, please see: [production-ready.md](./Documentation/production-ready.md) + ## Getting Started ### Getting etcd