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
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
edwardcapriolo
97a1ca1ad3
Update libraries-and-tools.md
...
Added a new small c++ library
2014-08-06 10:50:28 -04:00
Rob Szumski
686837227e
fix(docs/api): mention version endpoint is per instance
2014-07-28 11:28:16 -07:00
Rob Szumski
f2652f005e
Merge pull request #882 from cap10morgan/patch-1
...
add the /version endpoint to the API docs
2014-07-28 11:26:24 -07:00
Matt Parker
70dda950ed
Adds units of time to flag docs
...
This fixes issue #905 based on the comments provided in server/cluster_config.go
2014-07-27 00:39:02 -04:00
Brandon Philips
919cd380ec
Merge pull request #883 from philips/add-consistent-note
...
Documentation: add note about consistent=true
2014-07-14 14:39:38 -08:00
Brandon Philips
05bfb369ef
Documentation: add note about consistent=true
2014-07-13 11:07:59 -08:00
Rob Szumski
0639c4c86d
fix(docs): name defaults to uuid not hostname
2014-07-11 11:30:05 -07:00
Wes Morgan
0593a52107
add the /version endpoint to the API docs
...
I had to find this by accident. It should be documented here.
2014-07-08 17:26:47 -04:00
Brandon Philips
a8d966d8f3
Merge pull request #880 from philips/add-http-server-timeouts
...
etcd: add a read/write timeout to server
2014-07-07 16:02:27 -07:00
Mauricio de Abreu Antunes
ad7194d5d0
Documentation: remove etcd-py since it was removed
...
URL is no longer working
2014-07-07 14:26:56 -07:00
Brandon Philips
084dcb5596
etcd: add a read/write timeout to server
...
The default is for connections to last forever[1]. This leads to fds
leaking. I set the timeout so high by default so that watches don't have
to keep retrying but perhaps we should set it slower.
Tested on a cluster with lots of clients and it seems to have relieved
the problem.
[1] https://groups.google.com/forum/#!msg/golang-nuts/JFhGwh1q9xU/heh4J8pul3QJ
2014-07-07 11:42:56 -07:00
Cole Gleason
ce1e19ae2f
Merge pull request #849 from colegleason/max-cluster-size
...
docs(cluster-size): remove outdated references to flag max-cluster-size
2014-07-02 12:21:14 -07:00
sivaramsk
fb426aec9e
Update optimal-cluster-size.md
2014-06-25 14:20:59 +05:30
Blake Mizerany
fb32a999a6
doc: add note about removal of leader mod
2014-06-19 17:10:34 -07:00
Yicheng Qin
eb00f200d3
Merge pull request #856 from robn/patch-1
...
Add p5-etcd (Perl client lib) to clients-matrix
2014-06-18 10:45:11 -07:00
Rob Szumski
b31483b2be
Merge pull request #850 from robszumski/update-config
...
feat(docs): add cluster config section
2014-06-17 17:45:50 -07:00
Rob Szumski
e9a21dda4b
Merge pull request #851 from unihorn/103
...
docs(configuration): add cluster configuration
2014-06-17 17:44:51 -07:00
Tom Arnfeld
6bd2ee4c49
Added discodns to the list of tools using etcd
2014-06-18 00:08:21 +01:00
Robert Norris
fcd429467e
Add p5-etcd (Perl client lib) to clients-matrix
2014-06-18 08:15:03 +10:00
Yicheng Qin
e5e759b962
docs(config): refine cluster configuration
2014-06-17 09:31:08 -07:00
Rob Szumski
d8a08f53e3
feat(docs): add cluster config section
2014-06-16 22:31:13 -07:00
Brian 'Redbeard' Harrington
0d2512cb99
docs(libraries-and-tools.md) Add vulcan proxy and kubernetes
...
Both vulcan proxy (vulcand) and Google kubernetes utilize etcd as
as storage engine.
2014-06-16 20:03:47 -07:00
Yicheng Qin
a29f6fb799
docs(configuration): add cluster configuration
2014-06-16 13:58:00 -07:00
Cole Gleason
f4f429d4e3
docs(cluster-size): remove outdated refrences to flag max-cluster-size
2014-06-16 09:41:37 -07:00