Commit Graph

225 Commits (6e6d1897d8f8185814ef2265b2e1600080ecc021)

Author SHA1 Message Date
Brian Waldon b62fdac193 doc: PUT instead of POST discovery config 2014-10-24 16:30:48 -07:00
Brandon Philips 5456ef7049 Documentation/0.5: add api.md
- Update all of the ports to use the new IANA port numbers
- Update the stats section to talk about the id fields
- Remove mention of the modules
- Remove -L from all of the curl commands since it is no longer needed
- Point people at the clustering.md guide for the cluster APIs
2014-10-24 15:18:47 -07:00
Xiang Li 2e84eb3c36 *: change advertise-peer-urls -> initial-advertise-peer-urls 2014-10-24 13:51:59 -07:00
Jonathan Boulle 543e12074a etcdserver/member: change JSON fields to lowerCamelCase 2014-10-24 12:03:17 -07:00
Jonathan Boulle 14852662ef etcdhttp: rename Members -> members in JSON, update doc 2014-10-24 12:03:17 -07:00
Xiang Li c25c50582e doc: add admin api doc 2014-10-23 14:26:33 -07:00
Brandon Philips 400dd2d7bc etcdserver: cleanup the cluster ID error message
1) Don't panic since we know exactly where this is coming from and don't
need the user to see a full back trace

2) Add docs explaining this situation a bit further

3) Cleanup the error to look like other similiar errors
2014-10-22 15:26:35 -07:00
Barak Michener 1347e3952f docs and cluster ID change based on name 2014-10-22 13:52:42 -04:00
Brandon Philips e475388bc0 Merge pull request #1294 from kelseyhightower/issue_619_fix_listing_docs
doc: fix listing a directory
2014-10-22 09:53:48 -07:00
Yicheng Qin 3184e1c66f docs: add glossary.md 2014-10-20 14:16:53 -07:00
Jurriaan Mous 6aa46d20d4 Update clients-matrix.md
Fix new boon etcd client entry so it complies to the rest of the entries with Y instead of F for HTTPS and Reconnect. Also fix the sorting.
2014-10-17 15:30:35 +02:00
Jonathan Boulle 2af0b2031f doc: add note about discovery proxy 2014-10-16 17:14:38 -07:00
Kelsey Hightower d06d55193b doc: fix listing a directory 2014-10-13 10:59:24 -07:00
Kelsey Hightower b8b4852ec9 Merge pull request #972 from tazjin/etcd-security-docs
Documentation: Clarify etcd security documentation
2014-10-13 08:55:12 -07:00
Yicheng Qin 181cbbdfe0 Merge pull request #1280 from RichardHightower/patch-2
Update clients-matrix.md
2014-10-10 10:05:26 -07:00
Richard Hightower 2ec999ab3b Update clients-matrix.md 2014-10-10 02:03:35 -07:00
Richard Hightower 8c5aa16d03 Update libraries-and-tools.md 2014-10-08 21:50:22 -07:00
Jonathan Boulle a10c62ae25 documentation: clustering guide fixes 2014-10-06 15:07:44 -07:00
Brandon Philips e2d8037ded main: use initial-cluster and initial-cluster-state flags
In preperation for adding the ability to join a machine to an existing
cluster force the user to specify whether they expect this to me a new
cluster or an active one.

The error for not specifying the initial-cluster-state is:
```
etcd: initial cluster state unset and no wal found
```
2014-10-06 14:59:25 -07:00
Brandon Philips 6bc160b4e3 Documentation: introduce the initial 0.5 clustering guide
Introduce the concepts of static initial cluster configuration and
document the flag migrations.
2014-10-06 12:25:12 -07:00
TonyAdo 1c27fad2cf update the Documentation/libraries-and-tools.md 2014-09-29 13:42:12 +08:00
Jonathan Boulle 13c20b1b64 docs: update error codes in api document 2014-09-24 15:59:40 -07:00
Thomas Dmytryk af01e11a5b Added link for etcd-backup 2014-09-23 17:07:17 -07:00
Jonathan Boulle 8cd1b3a4f2 docs: remove nonfunctional Vagrantfile and instructions 2014-09-08 14:49:35 -07:00
Michael Marineau a7102d491b docs: fix documentation for HTTP read/write timeouts
The documentation for these options has been incorrect ever since their
addition via commit 084dcb55. This broke upgrading a CoreOS stable
cluster to 410.0.0 because the user was using the example TOML config
which contains:

    http_write_timeout = 10

This was silently ignored in the old stable version which predates the
addition of these options. After upgrading etcd began failing with:

    Type mismatch for 'config.Config.http_write_timeout': Expected float
    but found 'int64’.

Original issue: https://github.com/coreos/update_engine/issues/45
2014-09-03 23:36:36 -07:00
Vincent Ambo 215662188b
Documentation: Clarify etcd security documentation
Signed-off-by: Vincent Ambo <vincent@kivra.com>
2014-09-04 00:40:22 +02:00
Blake Mizerany 3653287c97 Revert "Documentation -> doc"
This reverts commit 9c179224aa04f0f25c52dd7b66576c3faf56cfc9.
2014-09-03 09:20:07 -07:00
Blake Mizerany 6f3162af69 Documentation -> doc 2014-09-03 09:20:06 -07:00
Yicheng Qin 02ced2c2d7 v1: deprecate v1 support
Etcd moves to 0.5 without the support of v1.
2014-09-03 09:19:49 -07:00
Jurriaan Mous be0bb56525 Add Etcd4j as a new Java client option 2014-08-29 10:45:46 +02:00
Yicheng Qin 6e70dfc33a Merge pull request #967 from jurmous/patch-3
Update clients-matrix.md
2014-08-28 14:38:58 -07:00
Jurriaan Mous 0e1f0a734b Swapped the clients with the features on the clients matrix so it is more comprehensible. The old version got too large to show on the screen. This new layout added a language column so you can quickly see the language of the client library.
Added alphabetical sorting to the clients list.

Also moved v1-only clients to the bottom since v2 is what most people are looking for today.
2014-08-28 23:20:23 +02:00
Justin Ellison 07217b8d7c Add link to etcd-browser under Tools heading 2014-08-28 12:02:39 -05:00
Antonio Terreno 0e53287ea2 Added etc-clojure to the list of clients supporting V.2 api 2014-08-27 09:50:08 +01:00
Yicheng Qin 3fc68f00f0 Merge pull request #956 from jurmous/patch-2
Remove an invalid comma from api.md example
2014-08-25 08:20:31 -07:00
Yicheng Qin 4a04a89cb4 Merge pull request #955 from jurmous/patch-1
Adding missing comma to api.md
2014-08-25 08:18:21 -07:00
Yicheng Qin b3970c8db1 Merge pull request #942 from robszumski/master
docs: clarify tuning timeouts
2014-08-25 08:16:33 -07:00
jurmous 8f629aae4b Remove an invalid comma from api.md example 2014-08-25 11:09:15 +02:00
jurmous dead5e0eef Adding missing comma to api.md
Invalid json example
2014-08-25 10:55:56 +02:00
Deyuan Deng e491c16afa Fix Typo in api.md. 2014-08-24 10:42:47 -04:00
Yicheng Qin 82db1e7919 Merge pull request #923 from unihorn/113
docs: set snapshot to be true in default configuration
2014-08-20 10:02:04 -07:00
Rob Szumski 7c7a70202b docs: clarify tuning timeouts 2014-08-18 16:15:59 -04:00
Yicheng Qin 511ac3280f Merge pull request #927 from bmatsuo/topic/Documentation/fix-tuning-timeout-toml
Documentation: fix timeout tuning TOML example
2014-08-14 00:52:39 -07:00
Yicheng Qin 186879cce0 Merge pull request #928 from grossws/patch-1
Typo fixes
2014-08-12 11:40:27 -07:00
Yicheng Qin dd9aa95f1f Merge pull request #918 from edwardcapriolo/patch-1
Update libraries-and-tools.md
2014-08-12 11:38:36 -07:00
grossws 616db55e08 Typo fix 2014-08-11 15:57:00 +04:00
Bryan Matsuo b52d4cdbb2 Documentation: fix timeout tuning TOML example
this makes the TOML example for tuning the peer election timeout
consistent with the guide's advice and with the other examples.
2014-08-10 20:09:14 -07:00
edwardcapriolo d99567f698 Update clients-matrix.md 2014-08-10 16:48:59 -04:00
Yicheng Qin 629c578cea docs: set snapshot to be true in default configuration
If snapshot is false, it will consume much memory and become rather
slow after several days. Make it on as default.
2014-08-09 09:35:29 -07:00
Brandon Philips 95d295da54 Documentation: remove "token" from discovery docs
It was a bit confusing how the term "token" was overriden in various ways in this doc. Clean it up by referring to it as a discovery URL.
2014-08-08 17:56:58 -07:00