You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
703 B

  1. ---
  2. # Set to false to only do certificate management
  3. etcd_cluster_setup: true
  4. etcd_backup_prefix: "/var/backups"
  5. etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
  6. etcd_data_dir: "/var/lib/etcd"
  7. etcd_config_dir: /etc/ssl/etcd
  8. etcd_cert_dir: "{{ etcd_config_dir }}/ssl"
  9. etcd_cert_group: root
  10. etcd_script_dir: "{{ bin_dir }}/etcd-scripts"
  11. etcd_heartbeat_interval: "250"
  12. etcd_election_timeout: "5000"
  13. etcd_metrics: "basic"
  14. # Limits
  15. etcd_memory_limit: 512M
  16. # Uncomment to set CPU share for etcd
  17. # etcd_cpu_limit: 300m
  18. etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
  19. etcd_compaction_retention: "8"
  20. etcd_vault_mount_path: etcd