Commit 90fe432
committed
fix(contrib/coreos) etdcd_request_timeout value type
When validating the ``user-data.example`` in https://coreos.com/validate/ it warns (or errors?) about "Line 19:incorrect type for "etcd_request_timeout" (want float64)."
Also it failed to discover the cluster nodes (but worked after lunch when I changed the ``3`` to ``3.0`` and reinited the cluster) haven't retried it with ``3`` again, could just be coincidence.
Solution: Use float64 as the value type for etcd_request_timeout1 parent 84381bf commit 90fe432
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments