Commit cd055a78 authored by PhilippeDupont's avatar PhilippeDupont

Update master.yaml

fix incorrect type for "http_read_timeout" (want float64).
parent d2b18176
...@@ -10,7 +10,7 @@ coreos: ...@@ -10,7 +10,7 @@ coreos:
bind-addr: 0.0.0.0 bind-addr: 0.0.0.0
peer-addr: $private_ipv4:7001 peer-addr: $private_ipv4:7001
cluster-active-size: 1 cluster-active-size: 1
http-read-timeout: 86400 http-read-timeout: 86400.0
snapshot: true snapshot: true
units: units:
- name: etcd.service - name: etcd.service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment