mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 04:30:10 -03:30
Fix example value for etcd_quota_backend_bytes (#6724)
This commit is contained in:
@@ -49,7 +49,7 @@ etcd_extra_vars: {}
|
||||
# Limit memory only if <4GB memory on host. 0=unlimited
|
||||
etcd_memory_limit: "{% if ansible_memtotal_mb < 4096 %}512M{% else %}0{% endif %}"
|
||||
|
||||
# etcd_quota_backend_bytes: "2G"
|
||||
# etcd_quota_backend_bytes: "2147483648"
|
||||
|
||||
# Uncomment to set CPU share for etcd
|
||||
# etcd_cpu_limit: 300m
|
||||
|
||||
@@ -27,6 +27,6 @@ etcd_metrics: "basic"
|
||||
## Note this is different from the etcd role with ETCD_ prfexi, caps, and underscores
|
||||
etcd_extra_vars: {}
|
||||
|
||||
# etcd_quota_backend_bytes: "2G"
|
||||
# etcd_quota_backend_bytes: "2147483648"
|
||||
|
||||
etcd_compaction_retention: "8"
|
||||
|
||||
Reference in New Issue
Block a user