Gyu-Ho Lee
a57405a958
Merge pull request #8153 from gyuho/leadership-transfer
...
*: expose Leadership Transfer API to clients
2017-07-06 13:00:08 -07:00
Hui Kang
663f8835cf
Documentation: cleanup and fix some typo
...
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2017-06-30 20:41:25 -04:00
Gyu-Ho Lee
49fe77eea0
Documentation/v2: 'etcd v2' to the title
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-29 16:10:05 -07:00
Hui Kang
625c67f5c5
Documentation/faq: fix typo in flag names
...
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2017-06-27 16:04:03 -04:00
Gyu-Ho Lee
265303c19a
*: regenerate proto with 'MoveLeader' RPC
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-23 12:45:53 -07:00
Anthony Romano
9cb12deca6
Merge pull request #8102 from heyitsanthony/txn-nested
...
api: nested txns
2017-06-21 19:56:43 -07:00
Anthony Romano
822473bc31
etcdserverpb: add txns to requestop/responseop
2017-06-21 14:33:15 -07:00
Gyu-Ho Lee
7ebcfcf871
Documentation: use 'etcd_disk_' metrics in monitoring
...
Rather than 'etcd_debugging_' ones that might change
in the future.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-21 12:35:08 -07:00
Gyu-Ho Lee
a40cdc7baa
Merge pull request #8142 from gyuho/a
...
Documentation/release: sign *.aci files
2017-06-20 16:57:53 -07:00
Gyu-Ho Lee
ca6d7bd836
Documentation/release: sign *.aci files
...
Thanks to
https://github.com/coreos/etcd/issues/8085#issuecomment-308232300 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-20 14:18:19 -07:00
Anthony Romano
8837719a8d
dev-guide: add authentication example for grpc/json
2017-06-20 10:12:17 -07:00
Anthony Romano
8d7c29c732
etcdserver, etcdserverpb: Txn.Compare range_end support
2017-06-16 12:13:27 -07:00
Xiang Li
44a6c2121b
Merge pull request #7999 from hexfusion/grpc-gateway-auth
...
auth: support "authorization" token for grpc-gateway
2017-06-15 19:22:00 -07:00
Anthony Romano
03ab4d9cc5
Merge pull request #8108 from radhikapc/building-qa
...
etcd/Documentation/dl_build.md: removed an extra step for testing etcd
2017-06-15 16:48:50 -07:00
Gyu-Ho Lee
5e059fd8dc
*: use metadata Incoming/OutgoingContext
...
Fix https://github.com/coreos/etcd/issues/7888 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-15 16:41:23 -07:00
Anthony Romano
703893f334
Merge pull request #8109 from heyitsanthony/faq-initial-peers
...
Documentation: update FAQ with entry about changing peer advertising
2017-06-15 16:01:19 -07:00
Radhika Puthiyetath
52afc03d68
Documentation: removed an extra step for testing etcd
...
removed an extra step for testing etce build that might confuse the user of the flow. minimal editing to the doc
2017-06-15 14:39:10 -07:00
Anthony Romano
44422f3898
Documentation: update FAQ with entry about changing peer advertising
...
Been seeing this somewhat frequently.
2017-06-15 13:31:25 -07:00
Gyu-Ho Lee
1748fe3eda
Documentation/op-guide: fix failed RPC rate, leader election metrics
...
This fixes failed RPC rate query, where we do not need
subtraction because we already query by the status code.
Also adds grpc_method to make it more specific. Most of the
time, the failure recovers within 10-second, which is our
Prometheus scrap interval, so 'rate' query might not cover
that time window, showing as 0s, but still shows up in the graph.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-15 11:54:18 -07:00
Sam Batschelet
e5aa938fec
scripts: generate swagger with authorization support
2017-06-15 13:41:43 -04:00
chenxingyu
5ae04259c4
Documentation: alert.rules. fix labels bug
2017-06-13 09:33:13 +08:00
Gyu-Ho Lee
7f3127441b
Documentation/upgrades: link to previous guides
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-09 12:33:39 -07:00
Gyu-Ho Lee
74a2b2e873
Documentation/op-guide: do not use host network, fix indentation
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-08 12:09:12 -07:00
Gyu-Ho Lee
c6330d86f1
Documentation/op-guide: fix 'grpc_code' field in metrics
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-08 09:43:30 -07:00
Gyu-Ho Lee
aaa9e1735a
Documentation/op-guide: fix markdown highlight syntax
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-07 20:36:22 -07:00
Louis Taylor
e3ff4bf095
doc: python-etcd3 is pretty stable now
2017-06-06 15:45:38 +01:00
Gyu-Ho Lee
aefd3eb4cf
Documentation/op-guide: fix typo in grafana.json
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-05 15:56:16 -07:00
Gyu-Ho Lee
9c2bbc51ca
Merge pull request #8027 from connor4312/patch-1
...
doc: add mixer/etcd3 as a Node.js client integration
2017-06-05 05:35:23 -07:00
Connor Peet
591443d838
doc: add mixer/etcd3 as a Node.js client integration
2017-06-03 09:54:03 -07:00
Anthony Romano
68e0e4abc1
op-guide: document CN certs in security.md
2017-06-02 11:32:12 -07:00
Anthony Romano
1be245269e
scripts, Documentation: fix swagger generation
...
Changes to the genproto to support splitting out the grpc-gateway broke
swagger generation.
2017-06-02 10:54:05 -07:00
Anthony Romano
156612bb25
Documentation, scripts: regen RPC docs
...
Was missing the new cancel_reason field. Also includes updated protodoc
sha to fix generating documentation for upcoming txn compare range patchset.
2017-06-02 10:15:12 -07:00
Anthony Romano
1cbc7cc274
op-guide: document configuration flags for gateway
2017-06-01 15:46:12 -07:00
Anthony Romano
0c923bdf11
Merge pull request #8010 from heyitsanthony/json-txn
...
e2e: test txn over grpc json
2017-06-01 10:01:41 -07:00
Anthony Romano
1467b456ae
dev-guide: add txn json example
2017-05-31 12:08:13 -07:00
Gyu-Ho Lee
84226a722c
Documentation: add 'yaml.NewConfig' change in 3.2
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-30 10:02:48 -07:00
Anthony Romano
e66a1439db
op-guide: update performance.md
...
It's been a year, time to refresh with 3.2.0 data.
2017-05-26 14:11:40 -07:00
Anthony Romano
9b6c8d216f
Documentation: add FAQ entry for "database space exceeded" errors
...
Also moves miscategorized cluster id mismatch entry from "performance"
to "operation".
2017-05-25 16:08:58 -07:00
Gyu-Ho Lee
8c1ab62bc5
Merge pull request #7975 from raoofm/patch-11
...
doc: modify vonage usecase, adding kubernetes and vault
2017-05-24 10:40:47 -07:00
Raoof Mohammed
a1804390b1
doc: modify usecase
...
adding kubernetes and vault
2017-05-23 14:57:10 -04:00
Gyu-Ho Lee
8b290c680a
Documentation: add systemd, Container Linux guide
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-23 11:27:27 -07:00
Tim Lossen
20a747ea09
Documentation/learning: fixed typo
...
(repeated word)
2017-05-22 17:26:34 +02:00
Anthony Romano
10b1ba7886
Documentation, scripts: regenerate protobuf docs with updated protodoc
2017-05-19 14:57:16 -07:00
Anthony Romano
c6cf88ef7f
op-guide: remove alpha from grpc proxy
2017-05-17 22:27:06 -07:00
fanmin shi
16e92d1379
faq: explains "snapshotting is taking more..." warning
2017-05-11 15:25:44 -07:00
Gyu-Ho Lee
282c6fd17d
Documentation: remove '[]' from '[DEPRECATED]'
...
To make 'marker' pass the tests
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-04 08:26:01 -07:00
Gyu-Ho Lee
feb930e357
Documentation/v3: fix broken links
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-03 16:57:38 -07:00
Gyu-Ho Lee
e4e057f8f7
Documentation/v2: fix broken links
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-03 15:37:53 -07:00
Gyu-Ho Lee
bb42ba5f4e
Documentation/upgrades: revert KeepAlive interface change
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-05-02 09:45:06 -07:00
Anthony Romano
f065d8e258
Merge pull request #7845 from heyitsanthony/single-node-docker
...
Documentation: add documentation for single node docker etcd
2017-05-01 16:42:19 -07:00