From 4115d78bc82ba2c35b5a19028e85d06953228775 Mon Sep 17 00:00:00 2001 From: BUSSY Jean-Daniel Date: Thu, 16 Apr 2015 11:49:03 +0900 Subject: [PATCH] Fixes getting started aws/cloud-configs/node.yaml Fixes https://github.com/GoogleCloudPlatform/kubernetes/issues/6555 --- docs/getting-started-guides/aws/cloud-configs/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws/cloud-configs/node.yaml b/docs/getting-started-guides/aws/cloud-configs/node.yaml index e21959fda06..fa46b9ab038 100644 --- a/docs/getting-started-guides/aws/cloud-configs/node.yaml +++ b/docs/getting-started-guides/aws/cloud-configs/node.yaml @@ -19,7 +19,7 @@ coreos: content: | [Service] ExecStartPre=/bin/bash -c "until curl http://:4001/v2/machines; do sleep 2; done" - ExecStartPre=/usr/bin/etcdctl set /coreos.com/network/config '{"Network":"10.244.0.0/16", "Backend": {"Type": "vxlan"}}' + ExecStartPre=/usr/bin/etcdctl -C :4001 set /coreos.com/network/config '{"Network":"10.244.0.0/16", "Backend": {"Type": "vxlan"}}' - name: docker.service command: start drop-ins: