Shubham Ranjan
537a1a66e6
Documentation: Add v3 grpc C# client to libraries
2018-06-04 16:16:56 +05:30
Sam Batschelet
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
Gyuho Lee
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
primeroz
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
Frederic Branczyk
778bfe1c82
Documentation: Add Grafana dashboard to etcd monitoring mixin
2018-05-30 13:42:36 +02:00
Sam Batschelet
96ea63d44e
Documentation: add min version for --listen-metric-urls flag.
2018-05-29 23:26:10 -04:00
Matthias Loibl
6e61eb2529
Documentation/op-guide: remove etcd_http_.* rules from examples
2018-05-29 11:35:02 -07:00
Gyuho Lee
dbb37f98fd
Merge pull request #9730 from mitake/user-w-colon
...
etcdctl: add --password flag to the subcommand user add
2018-05-29 11:14:46 -07:00
Gyuho Lee
eeb8bcc753
Documentation/upgrades: remove "./bin"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-29 11:06:31 -07:00
Gyuho Lee
b11a6aa381
Documentation/upgrades: highlight ETCDCTL_API change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-29 11:05:24 -07:00
Tom Wilkie
13d4e1509b
Documentation: add Prometheus monitoring-mixin
...
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
2018-05-29 09:52:40 -07:00
Hitoshi Mitake
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
Gyuho Lee
374f4cef4d
*: document "SnapshotCount" field change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-18 14:28:26 -07:00
Gyuho Lee
22c0f518f7
Documentation/upgrades: improve server checklists with zap logger
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-17 13:10:52 -07:00
Gyuho Lee
d09c614177
Documentation/upgrades: clean up "--log*" flag changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-17 02:22:31 -07:00
Gyuho Lee
4a4be9275c
Merge pull request #9681 from gyuho/config-log
...
doc: deprecate '/config/local/log' in v3.5
2018-05-15 11:07:07 -07:00
Gyuho Lee
bd43d174ae
*: regenerate proto
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-14 12:35:50 -07:00
Gyuho Lee
b91ed542a6
Documentation/upgrades: clarify logger flag changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-07 11:43:43 -07:00
Gyuho Lee
d6a2c4d9d9
doc: preview v3.5 changes in v3.4
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-04 21:30:23 -07:00
Gyuho Lee
bbe1106bf1
Documentation: deprecate '/config/local/log' in v3.5
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-04 21:30:23 -07:00
Jiang Xuan
bf432648ae
*: make bcrypt-cost configurable
2018-05-03 11:43:32 -07:00
Gyuho Lee
859172e84f
Merge pull request #9638 from hexfusion/df
...
Documentation: binding listeners must be IP.
2018-05-02 09:56:43 -07:00
Sam Batschelet
2afd827788
Documentation: binding listeners must be IP.
2018-05-02 06:56:44 -04:00
Gyuho Lee
9e7a3e5e91
Documentation/upgrades: highlight "--log-package-levels"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-01 11:48:19 -07:00
Joe LeGasse
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
Gyuho Lee
fd227254ef
Documentation/upgrades: update guides with latest logger change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-26 11:54:00 -07:00
Gyuho Lee
b748abca67
*: change typo in "auto-compaction-retention" field
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-25 13:20:26 -07:00
Gyuho Lee
58a603448a
*: rename to "--log-outputs" in docs
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-25 13:20:26 -07:00
Gyuho Lee
22609a65b5
Documentation/upgrades: highlight "--log-outputs"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-25 13:20:26 -07:00
Gyuho Lee
53c5cd55f7
Documentation/upgrades: highlight "embed.Config.LogOutputs" change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-25 10:49:37 -07:00
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
qiang.ou
ea639fdb7f
Documentation/integrations: add PHP v3 client
2018-04-22 10:12:26 +08: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
e23ee1a1a7
Documentation/upgrades: clean up snapshot change doc
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-20 15:08:23 -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
6af44fa4fe
Documentation/upgrades: highligh YAML auto-compaction-retention flag change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-20 12:58:32 -07:00
Gyuho Lee
8058513d84
*: clarify gRPC gateway changelogs
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-20 10:33:03 -07:00
Gyuho Lee
bf8601676e
Documentation/upgrades: highlight YAML change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-17 13:31:25 -07:00
Gyuho Lee
671e4a50bc
CHANGELOG-3.4: add "LogOutput" change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-17 12:47:06 -07:00
Gyuho Lee
b7ce6b7265
Documentation/upgrades: highlight wal, embed changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-16 17:36:00 -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
Gyuho Lee
2c1840c1b8
Documentation/dev-guide: make indentation consistent
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-11 11:32:16 -07:00
Gyuho Lee
9df1964aeb
Documentation/dev-guide: highlight gRPC gateway endpoint changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-11 10:40:59 -07:00
Gyuho Lee
11818b5f40
etcdserverpb: document "Hash" and "HashKV" more clearly
...
Explain where the computation happens (e.g. "Hash" for all buckets
and "HashKV" for "key" bucket).
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-04-03 11:50:20 -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
2e1e619cc0
Merge pull request #9486 from gyuho/ddd
...
Documentation: highlight v3 post migration
2018-03-26 05:53:26 -07:00
Gyuho Lee
a994fdedb3
Merge pull request #9450 from hexfusion/gw_naming
...
etcdserver: improve Lease http path naming for gRPC gateway
2018-03-26 00:06:50 -07:00
Charles Eckman
72500fe34f
Documentation: Clarify revisions vs. versions
...
This confused me just looking at the protos; reading up on coreos/etcd#6518 helped clarify things. I highlighted the terms that show up as fields in protos and tried to clean up some of the language.
2018-03-24 16:34:48 -07:00
Gyuho Lee
977e690caa
Documentation: highlight v3 post migration
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-03-23 19:54:09 -07: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