We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ffeac commit 4f95cb8Copy full SHA for 4f95cb8
1 file changed
contrib/coreos/user-data.example
@@ -8,15 +8,15 @@ coreos:
8
addr: $private_ipv4:4001
9
peer-addr: $private_ipv4:7001
10
# give etcd more time if it's under heavy load - prevent leader election thrashing
11
- peer-election-timeout: 2000
+ peer-election-timeout: 5000
12
# heartbeat interval should ideally be 1/4 or 1/5 of peer election timeout
13
- peer-heartbeat-interval: 500
+ peer-heartbeat-interval: 1000
14
fleet:
15
# We have to set the public_ip here so this works on Vagrant -- otherwise, Vagrant VMs
16
# will all publish the same private IP. This is harmless for cloud providers.
17
public-ip: $private_ipv4
18
# allow etcd to slow down at times
19
- etcd_request_timeout: 3
+ etcd_request_timeout: 5
20
units:
21
- name: etcd.service
22
command: start
0 commit comments