From dfb768eda20877998c498569a37ba947f209ed16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Fri, 29 May 2015 09:53:45 +0100 Subject: [PATCH] CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit etcd 2.0.11 behavior changed. (github.com/coreos/etcd#2761) Signed-off-by: António Meireles --- docs/getting-started-guides/aws/cloud-configs/node.yaml | 1 + docs/getting-started-guides/coreos/cloud-configs/node.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/getting-started-guides/aws/cloud-configs/node.yaml b/docs/getting-started-guides/aws/cloud-configs/node.yaml index 4886a166a30..9d3d61d868a 100644 --- a/docs/getting-started-guides/aws/cloud-configs/node.yaml +++ b/docs/getting-started-guides/aws/cloud-configs/node.yaml @@ -15,6 +15,7 @@ write_files: coreos: etcd2: listen-client-urls: http://localhost:2379 + advertise-client-urls: http://0.0.0.0:2379 initial-cluster: master=http://:2380 proxy: on fleet: diff --git a/docs/getting-started-guides/coreos/cloud-configs/node.yaml b/docs/getting-started-guides/coreos/cloud-configs/node.yaml index 0e87a24bd31..94abacf8385 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/node.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/node.yaml @@ -12,6 +12,7 @@ write-files: coreos: etcd2: listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 + advertise-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 initial-cluster: master=http://:2380 proxy: on fleet: