mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
Merge pull request #300 from marineam/ami
ami: configure etcd with public addresses
This commit is contained in:
commit
29412584a8
@ -96,8 +96,8 @@ userdata="#cloud-config
|
|||||||
coreos:
|
coreos:
|
||||||
etcd:
|
etcd:
|
||||||
discovery: $discovery
|
discovery: $discovery
|
||||||
addr: \$private_ipv4:4001
|
addr: \$public_ipv4:4001
|
||||||
peer-addr: \$private_ipv4:7001
|
peer-addr: \$public_ipv4:7001
|
||||||
units:
|
units:
|
||||||
- name: etcd.service
|
- name: etcd.service
|
||||||
command: start
|
command: start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user