csatari
b9f9d2e786
Documentation: Adding a separate v2 and a v3 API binding for C++
...
To draw the attention of the community to these.
2017-04-13 13:15:06 +02:00
Elijah C. Voigt
31c1931b7b
Docs: replace absolute links with relative ones.
2017-04-04 15:21:42 -07:00
Asko Kauppi
dae2755253
Documentation: fix typos
2017-03-30 11:41:50 +03:00
Frederic Branczyk
e7a0c9128a
Documentation: add Prometheus alerting rules
2017-03-23 09:43:38 +01:00
cuiwei13
cc14f14216
Documentation: replace px typo with ps
...
Signed-off-by: CUI Wei <ghostplant@qq.com>
2017-02-11 00:23:37 +08:00
Josh Wood
eb88a5f288
Polish note about varying parameters for each member
2017-01-18 14:55:02 -08:00
tobilarscheid
3d97da0672
improve documentation regarding docker cluster
...
instead of trying to highlight stuff within markdown code blocks, this commits adds a descriptive sentence explaining the differences.
2017-01-13 09:20:37 +01:00
tobilarscheid
c624caabb1
improve example run commands in docker_guide
...
When bootstrapping a cluster, the docker run command is mostly the same for all cluster member. This commits highlight the small variations between the commands to make them stand out.
2017-01-12 09:16:21 +01:00
Brandon Philips
970abbb60a
Documentation: admin guide remove NB
...
I have no idea what NB means but just change it to Note
2016-10-20 11:47:41 -07:00
Ben Spoon
9c5a32eb7a
docs: link directly to github procfile
...
This is in response to https://github.com/coreos/docs/issues/822
Unfortunately because of how the doc sync works there has to be
a direct link here.
2016-10-04 13:42:17 -07:00
Kevin Burke
e508ce36ef
Documentation: fix typo
...
"its" in this case is not short for "it is", it should be a possessive.
2016-09-06 11:26:27 -07:00
Jonathan Boulle
fd0539c8cc
scripts, doc: remove actool references
...
Since c597d591b56a2a9ed355c57a717d1b2ed4c31aa9 the release script uses
acbuild instead of actool, so purge all the references and have the
release script check for acbuild's presence instead.
2016-09-06 17:47:41 +02:00
Gyu-Ho Lee
ff7458508f
Documentation/v2: add 'noValueOnSuccess' example
2016-08-30 11:49:12 -07:00
smallfish
e6d15b966c
etcdserver/api/v2http, Documentation: fix debug pprof index miss / in end
2016-07-08 10:21:05 +08:00
Jiawei Zhang
fb165fcc58
doc: update port number
2016-06-16 17:13:52 +02:00
Raoof Mohammed
37ac90c419
Doc: Fault tolerance table
2016-06-10 17:12:36 -04:00
Evgeny L
9098f27745
doc: fix header formatting
2016-06-02 16:15:08 +03:00
Xiang Li
53084ebead
etcd: fix refresh feature
...
When using refresh, etcd store v2 watch is broken. Although with refresh
store should not trigger current watchers, it should still add events into
the watchhub to make a complete history. Current store fails to add the event
into the watchhub, which causes issues.
2016-05-25 13:33:31 -07:00
Gyu-Ho Lee
e2fe80393e
Documentation/v2: fix typo for updating a member
...
Fix https://github.com/coreos/etcd/issues/5358 .
2016-05-17 11:44:39 -07:00
xiaohuang
21c9da1ed4
Documentation/v2: fix auth_api.md bug
...
role guest read and write is "/*", not "*", same with other roles.
2016-05-17 09:42:38 -07:00
Gyu-Ho Lee
3104507eb2
*: fix minor typos
2016-05-11 10:55:38 -07:00
Gyu-Ho Lee
5023996d02
v2/README: add known bugs
...
For https://github.com/coreos/etcd/issues/518 .
2016-05-11 10:35:41 -07:00
Ajit Yagaty
23f9d72870
etcdctl: Add --wal-dir and --backup-wal-dir options to backup command.
...
If the WAL is stored in a separate directory then the backup command
would need a --wal-dir option to pick the path to the WAL directory.
The user might also want to store the backup of data and wal separately
for which --backup-wal-dir option is provided.
2016-05-10 18:38:56 -07:00
Xiang Li
063307ec0a
*: add metrics for grpc api
2016-05-05 13:45:52 -07:00
Joshua Wood
92d673ea59
Documentation/v2: Add newline before heading in faq.md
...
Minor rewrite to the heading text for clarity.
Matches downstream coreos-inc/coreos-pages#648 and
coreos-inc/coreos-pages#649 .
2016-05-02 11:15:18 -07:00
Anthony Romano
dc55c312b0
doc: focus on v3 in README and clone old v2 docs
...
Fixes #5192
2016-04-26 14:41:59 -07:00