Gyuho Lee
3802866870
Merge pull request #9597 from gyuho/flag-doc
...
Documentation/op-guide: add missing flags, clarify "--initial*" flags
2018-04-24 11:29:35 -07:00
Gyuho Lee
7459f017de
Documentation/op-guide: add missing flags, clarify "--initial*" flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-20 15:57:53 -07:00
Gyuho Lee
dab54fab3f
Documentation/op-guide: improve compaction guide
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-20 15:08:21 -07:00
Gyuho Lee
ca86daeb76
Documentation/op-guide: explain TLS reload fix
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-13 14:19:37 -07:00
ppggff
045dab52ad
Documentation/op-guide: explanation of configuration flag '--auto-compaction-mode' is rendered as table in coreos.com
2018-03-31 11:14:04 +08:00
Gyuho Lee
f6f43ee799
Documentation/op-guide: document compactor change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-03-22 13:48:23 -07:00
Gyuho Lee
e9e90bd30f
Documentation/op-guide: explain auto-compaction logic
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-03-20 16:14:51 -07:00
Rodolfo Carvalho
bc3a8f0efe
runtime-reconf-design.md: improve documentation
...
Fix typos and add articles to improve the experience of people reading the docs.
2018-03-18 17:13:51 -07:00
George Miroshnykov
808450129b
Documentation/op-guide: add job="etcd" label matcher to Grafana dashboard
...
Prometheus that scrapes etcd might also scrape other things, so we should
specifically ask for etcd metrics, especially when dealing with generic
metrics like `process_resident_memory_bytes`.
2018-03-08 15:04:54 +01:00
John Eismeier
ca47aab373
*: fix typos in markdown docs
2018-03-07 10:32:07 -05:00
Gyuho Lee
9919e4d391
Documentation/op-guide: highlight defrag operation "--cluster" flag
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-03-05 10:54:45 -08:00
Gyuho Lee
02217cb6df
Documentation/op-guide: document "--host-whitelist"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-28 18:54:59 -08:00
Hitoshi Mitake
8fd01f56d6
auth: a new option for configuring TTL of jwt tokens
...
This commit adds a new option of --auth-token, ttl, for configuring
TTL of jwt tokens. It can be specified like this:
```
--auth-token jwt,pub-key=<pub key path>,priv-key=<priv key path>,sign-method=<sign method>,ttl=5m
```
In the above case, TTL will be 5 minutes.
2018-02-27 16:25:19 +09:00
Gyuho Lee
d6b46ac969
Merge pull request #9279 from gyuho/force-new-cluster
...
Documentation/op-guide: discourage "--force-new-cluster" in recovery
2018-02-26 15:52:42 -08:00
Julian Gindi
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
Iwasaki Yudai
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
Gyuho Lee
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
Iwasaki Yudai
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
Gyuho Lee
8e7099fa26
Documentation/op-guide: highlight defragment operation
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-29 10:22:04 -08:00
Sam Batschelet
5b95494b2d
Merge pull request #9201 from njuettner/master
...
Documentation/op-guide: Typo instance type GCE
2018-01-26 07:42:53 -05:00
Nick Jüttner
cb3a38944e
Documentation/op-guide: Typo instance type GCE
2018-01-26 12:02:35 +01:00
Sam Batschelet
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
Tavish Armstrong
81c9f78502
Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery.
2018-01-25 01:56:19 +00:00
Gyuho Lee
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
Xiang Li
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
Olve S. Hansen
2bc0ba4f17
Documentation/op-guide: integer value of 1 is 100% not 1% for failing reqs
2018-01-24 17:09:26 +01:00
Gyuho Lee
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
Gyuho Lee
174a9889fd
CHANGELOG: track per each minor release
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-22 09:35:15 -08:00
Gyuho Lee
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
Gyuho Lee
98190821b3
Documentation/op-guide: Clarify TLS "--peer" flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-18 16:25:13 -08:00
Gyuho Lee
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
Sahdev P. Zala
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
Sahdev P. Zala
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
Gyuho Lee
2f57a84ee6
Merge pull request #9062 from spzala/acidepupdate
...
Doc: update etcd container image registry references
2017-12-21 17:06:14 -08:00
Sahdev P. Zala
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
Tom Wilkie
13a8634630
Documentation/op-guide: s/member_round_trip_time/peer_round_trip_time/
2017-12-20 13:25:54 +00:00
Gyu-Ho Lee
83aa59b480
Documentation/op-guide: document TLS changes in 3.2
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-30 19:20:34 -08:00
dahefanteng
a4c407ece4
Documentation: change "key file" to "cert file"
...
when refered "--trusted-ca-file",what we need provide should be a CA cert file,not the CA private key file.
2017-11-20 00:44:32 -05:00
Gyu-Ho Lee
37b3108ce5
Documentation/op-guide: add security guide link to clustering.md
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-15 14:07:06 -08:00
Gyu-Ho Lee
9b772ba94c
Documentation/op-guide: add notes for DNS SRV in security.md
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-15 14:07:06 -08:00
Frederic Branczyk
092b270697
Documentation/op-guide: Fix link to Prometheus 2.0 alerting rules
2017-11-15 14:34:55 +01:00
Frederic Branczyk
79446ea677
Documentation/op-guide: Adapt alerting rules to new gRPC metrics
2017-11-15 14:33:52 +01:00
Frederic Branczyk
10a863aac2
Documentation/op-guide: Add rules for Prometheus 2.0
2017-11-10 14:58:13 +01:00
chenxingyu
0b72f651a1
Documentation/op-guide: fix unit in grafana
2017-11-06 13:52:05 +08:00
Damian Myerscough
abc606f139
Documentation/op-guide: Fix missing docker volume commands and specifying the initial DATA_DIR usage
2017-10-23 22:40:43 -07:00
Gyu-Ho Lee
863dfd1f0e
Merge pull request #8616 from mitake/peer-cn-auth
...
RFC: etcdmain, pkg: CN based auth for inter peer connection
2017-10-04 10:00:53 -07:00
Gyu-Ho Lee
530d421f61
Documentation/op-guide: fix typo in configuration.md
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-02 16:35:26 -07:00
Gyu-Ho Lee
c6e7d3ab7d
Merge pull request #8635 from gyuho/options
...
Documentation/op-guide: add missing flags to configuration.md
2017-10-02 15:42:30 -07:00
Gyu-Ho Lee
245d03f129
Documentation/op-guide: add Grafana dashboard link
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-02 12:24:05 -07:00
Gyu-Ho Lee
834add042e
Documentation/op-guide: add missing flags to configuration.md
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-02 09:49:43 -07:00