mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
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
|
||||
|
||||
Reference in New Issue
Block a user