b51d4a3d06
clustering.md: SRV records in DNS SAN for TLS
...
Using SRV discovery with TLS, the SRV record must be in the DNS SAN or clustering will fail.
This is a new requirement and may cause mysterious failures when upgrading from 3.1 to 3.2. I was only able to fix this in our configuration after reading through #8445 ; and now I understand the problem it's clear the docs have a hole here.
2018-06-26 11:51:58 -05:00
009d05ae4f
Documentation/op-guide: highlight db size metrics change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-06-07 10:26:45 -07:00
cf196fc4d8
Documentation/op-guide: promote db size metric in grafana.json
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-06-07 10:20:45 -07:00
1a47c28504
Documentation/op-guide: document "--cipher-suites"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-06-05 13:25:57 -07:00
2b3aa7e1d4
Merge pull request #9777 from primeroz/master
...
Documentation: Add etcd version support notes for Using TLS common name in RBAC and notes about inter-peer CN filtering
2018-05-30 19:51:16 -04:00
d2d8c5716f
Merge pull request #9789 from brancz/mixin-dashboard
...
Documentation: Add Grafana dashboard to etcd monitoring mixin
2018-05-30 09:50:20 -07:00
3b53146b49
Documentation: Add support notes for Using TLS common name in RBAC and support for inter-peer CN filtering
2018-05-30 13:29:42 +01:00
778bfe1c82
Documentation: Add Grafana dashboard to etcd monitoring mixin
2018-05-30 13:42:36 +02:00
96ea63d44e
Documentation: add min version for --listen-metric-urls flag.
2018-05-29 23:26:10 -04:00
6e61eb2529
Documentation/op-guide: remove etcd_http_.* rules from examples
2018-05-29 11:35:02 -07:00
8fcab98bf2
etcdctl: add flags for specifying password
...
This commit adds two flags to etcdctl:
1. `--password` flag to etcdctl as a global option. It can be used for
specifying password for authentication required for the command
execution.
2. `--new-user-password` flag to `etcdctl user add`. It can be used
for specifying password of newly created user by the command.
The main motivation of the flags is allowing user to have : in its
name.
Fix https://github.com/coreos/etcd/issues/9691
2018-05-21 16:18:01 +09:00
bf432648ae
*: make bcrypt-cost configurable
2018-05-03 11:43:32 -07:00
859172e84f
Merge pull request #9638 from hexfusion/df
...
Documentation: binding listeners must be IP.
2018-05-02 09:56:43 -07:00
2afd827788
Documentation: binding listeners must be IP.
2018-05-02 06:56:44 -04:00
7ea9059453
docs: Update documentation around --listen-metrics-urls
...
The `--listen-metrics-urls` also responds to the `/health` endpoint, but
that was not made clear in the documentation. These updates should help
explain how else that flag can be used.
2018-05-01 11:02:22 -04:00
58a603448a
*: rename to "--log-outputs" in docs
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-04-25 13:20:26 -07:00
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
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
dab54fab3f
Documentation/op-guide: improve compaction guide
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-04-20 15:08:21 -07:00
ca86daeb76
Documentation/op-guide: explain TLS reload fix
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-04-13 14:19:37 -07:00
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
f6f43ee799
Documentation/op-guide: document compactor change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-03-22 13:48:23 -07:00
e9e90bd30f
Documentation/op-guide: explain auto-compaction logic
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-03-20 16:14:51 -07:00
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
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
ca47aab373
*: fix typos in markdown docs
2018-03-07 10:32:07 -05:00
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
02217cb6df
Documentation/op-guide: document "--host-whitelist"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-02-28 18:54:59 -08:00
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
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
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
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
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
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
8e7099fa26
Documentation/op-guide: highlight defragment operation
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-29 10:22:04 -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
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
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
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
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
98190821b3
Documentation/op-guide: Clarify TLS "--peer" flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-01-18 16:25:13 -08: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
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
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
2f57a84ee6
Merge pull request #9062 from spzala/acidepupdate
...
Doc: update etcd container image registry references
2017-12-21 17:06:14 -08:00