39bbc66b46
Doc: create issue and PR management guidelines
...
I would like to propose a formal guide for issue triage and PR management.
This should help us keep open issues and PRs under a desirable numbers.
For example, keep issues under 100. These guidelines should specially help
manage and close issues and PRs that are inactive in a timely manner.
2019-05-03 17:03:17 -04:00
41a0d67b30
Documentation: add links to blog post on benchmarking disks with fio
...
The documentation mentions fio as a tool to benchmark disks to assess
whether they are fast enough for etcd. But doing that is far from trivial,
because fio is very flexible and complex to use, and the user must make sure
that the workload fio generates mirrors the I/O workload of its etcd cluster
closely enough. This commit adds links to a blog post with an example of how
to do that.
2019-04-27 13:13:11 -04:00
9915d02022
*: Change gRPC proxy to expose etcd server endpoint /metrics
...
This PR resolves an issue where the `/metrics` endpoints exposed by the proxy were not returning metrics of the etcd members servers but of the proxy itself.
Signed-off-by: Sam Batschelet <sbatsche@redhat.com >
2019-04-10 16:09:32 -04:00
a621d807f0
documentation: initial metadata additions for website generation ( #10596 )
...
Signed-off-by: lucperkins <lucperkins@gmail.com >
2019-04-01 13:57:24 -07:00
be39aa5bb2
Documentation: add Python client for etcd v3
2019-03-29 06:09:38 -04:00
122744c660
Documentation: update force-new-cluster flag usage for v3
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com >
2019-03-20 18:06:42 -04:00
1d764511f6
doc: fix member add
usage
2019-03-18 14:47:41 +08:00
32389b1876
doc: Replacing 'HTTP' by 'HTTPS' for securing links
...
Currently, when we access the URL https://www.grpc.io , it is redirected to https://www.grpc.io automatically.
So this commit aims to replace **HTTP** to **HTTPs** for security.
2019-02-27 10:15:22 +07:00
4cd0bf8ea8
Merge pull request #10444 from WIZARD-CXY/nnboltdb
...
*: add flag to let etcd use the new boltdb freelistType feature
2019-02-14 13:16:56 +08:00
e6c6d8492e
*: add flag to let etcd use the new boltdb freelistType feature
2019-02-14 11:07:08 +08:00
6757a568e0
Documentation: Fixed --strict-reconfig-check#10462
2019-02-11 14:39:11 -08:00
eb8e94c4ed
etcd-mixin: Improve etcdHighNumberOfLeaderChanges,etcdHighNumberOfFailedProposals message
...
Currently alert messages state that we detect issue
within the last 1 hour, although we check
for last 15min and wait for 15min for this alert to keep firing.
This fix changes the message to be 30minutes.
2019-02-04 09:28:23 +02:00
3e0f0ba40e
Merge pull request #10401 from markmc/doc-drop-etcdctl-v3-flag
...
Eliminate some ETCDCTL_API=3 usage
2019-02-01 11:25:55 -08:00
6070db22ed
Merge pull request #10424 from hexfusion/fx_genproto
...
*: bump protoc to 3.6.1 and fix genproto.sh
2019-01-30 12:53:39 -05:00
b1afe210e4
Documentation: describe the problem of CN based auth + grpcproxy
2019-01-25 00:43:57 +09:00
cbdb36295e
Documentation: regenerate proto
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com >
2019-01-22 16:57:07 +00:00
25068dfc1e
Merge pull request #10244 from paskal/master
...
Sync prometheus alerting rules with prometheus-operator version
2019-01-20 21:07:32 -08:00
0427f46f17
doc: don't set ETCDCTL_API=3 in local_cluster guide
...
These docs are incorrectly saying that v2 is the default.
Note: v3 has been the default since 25bc65794
.
2019-01-14 14:46:16 +00:00
034312eac5
doc: fix note that says ETCDCTL_API=2 is the default
...
Note: v3 has been the default since 25bc65794
.
2019-01-14 14:46:03 +00:00
b398947cf9
doc: don't use ETCDCTL_API=3 in dl_build
...
In the spirit of keeping newb instructions simple, do not specify
ETCDCTL_API=3 since it is redundant.
Note: v3 has been the default since 25bc65794
.
2019-01-14 12:38:24 +00:00
21e0d3e527
Merge pull request #10359 from rkday/install-instructions
...
docs: install etcdctl with `go get` as well
2019-01-08 09:42:11 -08:00
a9a9466fb8
Documentation: document gRPC-gateway CN authentication support
...
Signed-off-by: Sam Batschelet <sbatsche@redhat.com >
2019-01-08 12:31:20 -05:00
9c6b407e7d
Documentation: add missing ENV
2019-01-08 11:36:07 -05:00
959d004bcc
docs: install etcdctl with go get
as well
...
The documentation recommends using `etcdctl` to verify that etcd has
been built correctly, but the `go get` command provided does not install
it. This changes it so that it does, and also clarifies terminology
('using `go get`', referring to the command used to install it, rather
than 'using `$GOPATH`').
2018-12-30 12:10:32 +00:00
0929080834
doc: exclude 404 error because kubelet generating false positive
2018-12-17 11:57:12 +03:00
830d064903
doc: convert etcd to lower-case everywhere
2018-12-17 11:57:12 +03:00
358cc1a8fa
doc: sync prometheus rules with prometheus-operator version
...
(and remove non-etcd specific FdExhaustionClose)
https://github.com/coreos/prometheus-operator/blob/master/helm/exporter-kube-etcd/templates/etcd3.rules.yaml
sync etcd alert rules with libsonnet
Signed-off-by: Dmitry Verkhoturov <paskal.07@gmail.com >
2018-12-17 11:57:12 +03:00
6744c57de3
embed: set log-outputs 'default' to 'stderr' config when zap mode
2018-12-06 09:33:51 +08:00
e4ac8db4ae
Documentation/op-guide: fix typo.
2018-12-06 08:48:30 +08:00
3faed211e5
*: add flags to setup backend related config
2018-11-26 15:50:26 -08:00
a8293e5815
Documentation: add ENV variable ETCD_CIPHER_SUITES description
...
Fixes #10277
2018-11-20 22:40:24 +08:00
9ee41f699c
doc: fix typo in documentation
2018-11-11 23:27:04 +09:00
bece069329
doc: Fix starting etcd gateway command using DNS.
2018-10-31 10:28:35 +08:00
c75ba98f81
Documentation/etcd-mixin: Fix EtcdInsufficientMembers alerting
...
Currently the EtcdInsufficientMembers alert fires, when more than (X/2)-1
instances are unavailable. This fixes it to fire at the correct limit of (X-1)/2
unavailable instances and $value now contains the number of available instances
instead of unavailable ones. Added unit test for EtcdInsufficientMembers alert.
2018-10-15 19:23:43 +02:00
b3faeb5d86
Documentation: Add the -N option to curl for the watch example to disable buffering
2018-10-11 22:13:43 -05:00
d5c93a7b0b
Merge pull request #10165 from jpbetz/socket-docs
...
Document unix and unixs URL schemes
2018-10-10 15:21:55 -07:00
1957d1cedf
Documentation: Document unix and unixs URL schemes
2018-10-09 14:42:56 -07:00
7a0647ceb7
Documentation: Update patch release list to reflect that 3.1 is maintained
2018-10-08 13:33:07 -07:00
e935594d34
Documentation/dev-guide: add example of txn target VERSION syntax for gRPC-gateway.
2018-09-22 21:30:35 -04:00
6a07f831d4
Documentation: add erlang client for etcd API v3
2018-09-20 23:49:48 +08:00
ab544f2dde
Merge pull request #10092 from ivuk/Documentation-fix-typo
...
Documentation/v2/metrics.md: Fix a typo
2018-09-18 10:32:42 -07:00
952a4365ce
Documentation: Annotate --logger flag
...
This commit annotates the `--logger` flag to let users know that it is
not available in versions 3.3.x or later.
2018-09-15 18:51:53 -05:00
6ef7c5f462
Documentation/v2/metrics.md: Fix a typo
...
Typo fix: particlarly -> particularly
2018-09-13 21:05:32 +02:00
90ecbabb7d
Merge pull request #10086 from vimalk78/fix-Documentation-etcd-io
...
Documentation/*: change github url, import path from coreos to etcd-io
2018-09-13 10:15:53 -07:00
09b7590c0b
Documentation/metrics.md: Fix a typo
...
Typo fix: particlarly -> particularly
2018-09-12 23:19:21 +02:00
bda28c3ce2
Documentation/*: change github url, import path from coreos to etcd-io
2018-09-12 22:05:08 +05:30
2fc06c8ec9
Documentation/op-guide: remove "dash.etcd.io"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com >
2018-09-06 17:58:54 -07:00
085a5bd2f8
Documentation: add more projects
2018-09-05 19:55:31 -07:00
16ad8b48bd
Documentation: add new projects
...
A number of projects using etcd were missing. Add.
2018-09-05 19:30:08 -07:00
e235cd3302
Documentation: update github links
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com >
2018-08-29 14:28:00 -07:00