Skip to content

Commit b5b2272

Browse files
committed
fix(user-data): use $private_ipv4 for fleet
Reverts this networking configuration to the interface it used previous to the v1.11.0 release.
1 parent 65b3998 commit b5b2272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coreos:
1313
listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001
1414
data-dir: /var/lib/etcd2
1515
fleet:
16-
public-ip: $public_ipv4
16+
public-ip: $private_ipv4
1717
metadata: controlPlane=true,dataPlane=true,routerMesh=true
1818
update:
1919
reboot-strategy: "off"

0 commit comments

Comments
 (0)