Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit d520dbb

Browse files
author
Dongsu Park
authored
Merge pull request #1628 from endocode/dongsu/etcd-tune-interval-fxtests
functional: tune intervals in etcd config to avoid connectivity errors
2 parents 72e1d96 + dead8b2 commit d520dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functional/user-data

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ coreos:
55
etcd2:
66
advertise-client-urls: http://$private_ipv4:2379
77
listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
8+
heartbeat-interval: 600
9+
election-timeout: 6000
810
units:
911
- name: etcd2.service
1012
command: start

0 commit comments

Comments
 (0)