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: