add configurable parameter for etcd_auto_compaction_retention

This commit is contained in:
Gregory Storme
2017-06-14 10:39:38 +02:00
parent 7a72b2d558
commit fff0aec720
3 changed files with 6 additions and 0 deletions

View File

@@ -22,3 +22,5 @@ etcd_memory_limit: 512M
#etcd_cpu_limit: 300m
etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
etcd_compaction_retention: "0"