From 539b3523eeb2332e6c39862131291e3c50405d4d Mon Sep 17 00:00:00 2001 From: Shimin Guo Date: Sat, 9 May 2015 00:07:26 -0400 Subject: [PATCH] Fixing master.yaml: Replacing with $private_ipv4. --- .../coreos/cloud-configs/master.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/coreos/cloud-configs/master.yaml b/docs/getting-started-guides/coreos/cloud-configs/master.yaml index cc27612438b..01fc55908aa 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/master.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/master.yaml @@ -6,11 +6,11 @@ coreos: etcd2: name: master listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 - advertise-client-urls: http://:2379,http://:4001 + advertise-client-urls: http://$private_ipv4:2379,http://$private_ipv4:4001 initial-cluster-token: k8s_etcd - listen-peer-urls: http://:2380,http://:7001 - initial-advertise-peer-urls: http://:2380 - initial-cluster: master=http://:2380 + listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001 + initial-advertise-peer-urls: http://$private_ipv4:2380 + initial-cluster: master=http://$private_ipv4:2380 initial-cluster-state: new fleet: metadata: "role=master"