Browse Source

etcd_compaction_retention every 8 hour (#1527)

pull/1449/merge
Anton 7 years ago
committed by Matthew Mosesohn
parent
commit
1e07ee6cc4
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/etcd/defaults/main.yml

2
roles/etcd/defaults/main.yml

@ -25,4 +25,4 @@ etcd_memory_limit: 512M
etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
etcd_compaction_retention: "0"
etcd_compaction_retention: "8"
Loading…
Cancel
Save