Skip to content

Commit 23f020a

Browse files
committed
fixing yaml key typo for fleet.public-ip
According to https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/ it should be "public-ip" not "public_ip"
1 parent fcac896 commit 23f020a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coreos:
1414
fleet:
1515
# We have to set the public_ip here so this works on Vagrant -- otherwise, Vagrant VMs
1616
# will all publish the same private IP. This is harmless for cloud providers.
17-
public_ip: $private_ipv4
17+
public-ip: $private_ipv4
1818
# allow etcd to slow down at times
1919
etcd_request_timeout: 3
2020
units:

0 commit comments

Comments
 (0)