Improve variable handling for disabling etcd events cluster

This commit is contained in:
Matthew Mosesohn
2018-06-18 16:19:12 +03:00
parent 6aaaf4a272
commit 61e97251a5
5 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,9 @@
etcd_cluster_setup: true
etcd_events_cluster_setup: false
# Set to true to separate k8s events to a different etcd cluster
etcd_events_cluster_enabled: false
etcd_backup_prefix: "/var/backups"
etcd_data_dir: "/var/lib/etcd"
etcd_events_data_dir: "/var/lib/etcd-events"