Skip to content

Commit f281f8b

Browse files
committed
Merge pull request #2977 from Jim-Holmstroem/etcd_request_timeout_type
fix(contrib/coreos) etdcd_request_timeout value type
2 parents 84381bf + 90fe432 commit f281f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coreos:
1616
# will all publish the same private IP. This is harmless for cloud providers.
1717
public-ip: $private_ipv4
1818
# allow etcd to slow down at times
19-
etcd_request_timeout: 3
19+
etcd_request_timeout: 3.0
2020
units:
2121
- name: etcd.service
2222
command: start

0 commit comments

Comments
 (0)