Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(user-data): use $private_ipv4 for fleet
Browse files Browse the repository at this point in the history
Reverts this networking configuration to the interface it used
previous to the v1.11.0 release.
  • Loading branch information
mboersma committed Oct 21, 2015
1 parent 754e26e commit abe3fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/coreos/user-data.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coreos:
listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001
data-dir: /var/lib/etcd2
fleet:
public-ip: $public_ipv4
public-ip: $private_ipv4
metadata: controlPlane=true,dataPlane=true,routerMesh=true
update:
reboot-strategy: "off"
Expand Down

0 comments on commit abe3fa0

Please sign in to comment.