etcd_compaction_retention every 8 hour (#1527)
This commit is contained in:
parent
01a130273f
commit
1e07ee6cc4
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ etcd_memory_limit: 512M
|
||||||
|
|
||||||
etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
|
etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
|
||||||
|
|
||||||
etcd_compaction_retention: "0"
|
etcd_compaction_retention: "8"
|
||||||
|
|
Loading…
Reference in a new issue