We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c66161 + 727d400 commit 2957e6dCopy full SHA for 2957e6d
1 file changed
contrib/coreos/user-data
@@ -7,6 +7,10 @@ coreos:
7
# discovery: https://discovery.etcd.io/12345693838asdfasfadf13939923
8
addr: $private_ipv4:4001
9
peer-addr: $private_ipv4:7001
10
+ fleet:
11
+ # We have to set the public_ip here so this works on Vagrant -- otherwise, Vagrant VMs
12
+ # will all publish the same private IP. This is harmless for cloud providers.
13
+ public_ip: $private_ipv4
14
units:
15
- name: etcd.service
16
command: start
0 commit comments