Fix example value for etcd_quota_backend_bytes (#6724)

This commit is contained in:
Florian Ruynat
2020-09-21 14:42:31 +02:00
committed by GitHub
parent bd49c993de
commit 05c9169c70
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
## Etcd has a default of 2G for its space quota. If you put a value in etcd_memory_limit which is less than
## etcd_quota_backend_bytes, you may encounter out of memory terminations of the etcd cluster. Please check
## etcd documentation for more information.
# etcd_quota_backend_bytes: "2G"
# etcd_quota_backend_bytes: "2147483648"
### ETCD: disable peer client cert authentication.
# This affects ETCD_PEER_CLIENT_CERT_AUTH variable