Switch default etcd type to docker
TODO: Clean up host etcd docker deployment
This commit is contained in:
parent
51f55f3748
commit
c1edf2947a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ etcd_version: v3.0.1
|
|||
etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
|
||||
|
||||
# Possible values: host, docker
|
||||
etcd_deployment_type: "host"
|
||||
etcd_deployment_type: "docker"
|
||||
|
||||
|
||||
etcd_image_repo: "quay.io/coreos/etcd"
|
||||
|
|
Loading…
Reference in a new issue