7d7ae8642a
Documentation: make "Consul" section more objective
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-02-26 10:28:41 -08:00
58776fbc10
documentation: updated grpc documentation
...
I noticed that the docs mention the grpc proxy will listen on port 8080,
but the above example is explicitly telling it to listen on 2379.
Removing confusion.
2018-02-23 13:35:18 -08:00
fcd71b47d5
Merge pull request #9298 from hexfusion/v3
...
*: replace grpc-gateway endpoint with /v3
2018-02-13 17:17:57 -05:00
7d8b0ba62d
Merge pull request #9307 from yudai/gap_db_size
...
*: allow dbSizeInUse not to equal to dbSize when growing
2018-02-12 09:46:13 -08:00
a9804cdf75
*: regenerate proto with typo fix "acquisition"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-02-12 09:25:26 -08:00
488ee99ae8
*: replace grpc-gateway endpoint with stable /v3
2018-02-11 19:07:36 -05:00
571e9a9e79
*: allow dbSizeInUse not to equal to dbSize when growing
...
Due to boltdb behavior, dbSizeInUse can be unequal to dbSize even when
dbSize is growing in some conditions. The possible gap between the sizes
is up to a couple of pages.
Closes #9302
2018-02-08 19:33:21 -08:00
7efe72ce93
*: regenerate proto
2018-02-07 22:17:05 -05:00
99e1bd28b8
Documentation/op-guide: discourage "--force-new-cluster" in recovery
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-02-05 14:34:51 -08:00
73028efce7
*: Remove 8GiB quota limitation from documents
...
Also mention that in v3.3 change log.
2018-02-02 12:54:19 -08:00
38a378fa0d
Merge pull request #9265 from gyuho/branch-manager
...
Documentation/dev-internal: update release managers with 3.3 release
2018-02-01 14:24:11 -08:00
6b775cd786
*: Add dbSizeInUse to StatusResposne
...
Existing dbSize shows physically allocated DB size and the backend
(boltdb) won't shrink it after a compaction until a user runs the defrag command.
The new dbSizeInUse shows the DB size that excludes free pages created
by compactions so that users can see the actual DB usage. dbSize >=
dbSizeInUse is always true.
Note that dbSizeInUse shows a page-based size and not byte level usage.
2018-02-01 12:15:23 -08:00
29efcdd78a
Documentation/dev-internal: update release managers with 3.3 release
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-02-01 12:15:04 -08:00
8e7099fa26
Documentation/op-guide: highlight defragment operation
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-29 10:22:04 -08:00
264f8f6577
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-28 23:43:15 -08:00
2c91007591
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-26 11:21:40 -08:00
5b95494b2d
Merge pull request #9201 from njuettner/master
...
Documentation/op-guide: Typo instance type GCE
2018-01-26 07:42:53 -05:00
cb3a38944e
Documentation/op-guide: Typo instance type GCE
2018-01-26 12:02:35 +01:00
4c801ee315
Documentation: drop fleet from integration lists
...
fleet is deprecated and no longer maintained.
2018-01-25 12:08:46 -08:00
7dd9c30ae7
Merge pull request #8690 from tavish-stripe/tavish/svc-flag
...
pkg/srv, embed, etcdmain: Support multiple clusters in the same DNS domain
2018-01-25 10:42:15 -05:00
3fdaf4eaa7
Merge pull request #9206 from dvonthenen/feature/issue9163
...
Exposes alarm/health information in "etcdctl endpoint status"
2018-01-25 07:18:22 -08:00
81c9f78502
Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery.
2018-01-25 01:56:19 +00:00
66d6a39c46
Documentation/op-guide: remove "./cmd/vendor" in monitoring.md
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-24 15:26:17 -08:00
ab249384b9
Documentation/dl_build: remove "./cmd/etcd"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-24 15:26:17 -08:00
db822ed38f
*: add alarm/health information in endpoint status
...
Update to remove raftIndex and document the Alarms() interface
Fix formatting
Fix typo
2018-01-24 13:12:48 -08:00
216247570c
Merge pull request #9202 from olvesh/patch-1
...
Documentation/op-guide: integer value of 1 is 100% not 1% for failing reqs
2018-01-24 09:56:37 -08:00
2bc0ba4f17
Documentation/op-guide: integer value of 1 is 100% not 1% for failing reqs
2018-01-24 17:09:26 +01:00
20fbe76277
Documentation/op-guide: fix CHANGELOG links in security.md
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-23 11:00:48 -08:00
6f178e8fb2
Merge pull request #9187 from gyuho/changelog
...
CHANGELOG: track per each minor release
2018-01-23 09:20:15 -08:00
202cc9a917
Merge pull request #9176 from dvonthenen/feature/issue9123
...
Expose Raft Applied Index through to "etcdctl endpoint status"
2018-01-22 10:20:31 -08:00
174a9889fd
CHANGELOG: track per each minor release
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-22 09:35:15 -08:00
30de11f500
Documentation/op-guide: explain --peer-cert-allowed-cn
in security.md
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-22 09:27:12 -08:00
25cdf4ed92
*: expose Raft Applied Index through to "etcdctl endpoint status"
...
Fixed based on feedback
Fixed spacing
Fix gofmt
2018-01-22 07:37:21 -08:00
baa9b17cac
Documentation/learning: Fix a typo
2018-01-20 00:15:38 +08:00
98190821b3
Documentation/op-guide: Clarify TLS "--peer" flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-18 16:25:13 -08:00
675b837d6d
Documentation/dev-guide: update "Request size limit" with v3.2.12
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-18 12:25:22 -08:00
955198da6b
Merge pull request #9168 from gyuho/grpc-doc
...
Documentation: add TCP RST flag on stream close
2018-01-18 12:21:24 -08:00
aac7e1cba7
Documentation: add TCP RST flag on stream close
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-18 12:20:21 -08:00
8455f22285
Documentation/upgrades: highlight "health", remove "errors" field
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-17 15:58:53 -08:00
b6be8fb689
Documentation/upgrades: highlight string "health" field
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-17 13:58:20 -08:00
f77e54eb13
api/etcdhttp: change /health type back to string for backwards compatibility
2018-01-15 01:57:55 -05:00
eeb4d35b3f
Documentation/op-guide: clarify security.md on TLS auth
...
Make it more accurate (just as pkg/transport/listener_tls.go does).
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-12 14:54:39 -08:00
65464838ba
Merge pull request #9065 from gyuho/watch-id-2
...
*: allow user-provided watch ID to mvcc
2018-01-05 15:08:10 -08:00
526f3c1f5f
DocCommand: use regex wildcard
...
The current command as such produces no output on mac term or bash shell.
Using regex wildcard works fine on mac and linux.
2018-01-03 21:46:38 -05:00
652841c411
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2017-12-31 13:20:40 -08:00
aad0d82a04
Doc: update etcd configuration detail with config file
...
Add a reference, sample file link and precedence detail etc. to the
configuration doc.
2017-12-24 21:02:03 -05:00
0fd3df0b95
Merge pull request #8703 from koko990/master
...
grpc_naming.md: improve docs invoke grpc naming by balance
2017-12-22 15:27:07 -08:00
2f57a84ee6
Merge pull request #9062 from spzala/acidepupdate
...
Doc: update etcd container image registry references
2017-12-21 17:06:14 -08:00
290117cfa5
Doc: update etcd container image registry references
...
Update the coreos.com/etcd:v3.1.2 references with the quay registry for etcd
release image example.
Fixes #8984
2017-12-21 19:28:41 -05:00
2829b97ad3
Documentation/upgrades: highlight client response size limit in previous versions
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2017-12-21 14:21:21 -08:00