From cd055a785c2d1d3d8e3b3be79af1009fd5a7a34c Mon Sep 17 00:00:00 2001 From: PhilippeDupont Date: Wed, 7 Jan 2015 17:30:19 +0100 Subject: [PATCH] Update master.yaml fix incorrect type for "http_read_timeout" (want float64). --- docs/getting-started-guides/aws/cloud-configs/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws/cloud-configs/master.yaml b/docs/getting-started-guides/aws/cloud-configs/master.yaml index f06fb4a8a4..2493e362b6 100644 --- a/docs/getting-started-guides/aws/cloud-configs/master.yaml +++ b/docs/getting-started-guides/aws/cloud-configs/master.yaml @@ -10,7 +10,7 @@ coreos: bind-addr: 0.0.0.0 peer-addr: $private_ipv4:7001 cluster-active-size: 1 - http-read-timeout: 86400 + http-read-timeout: 86400.0 snapshot: true units: - name: etcd.service