
- no external monitor, thus after certain number of partial outages etcd might loose quorum; - allows specifying any etcd command-line arguments in config; Change-Id: Ib2b2b8bd9da2db4fb16914b6bb014fb38834c8e8
18 lines
305 B
YAML
18 lines
305 B
YAML
configs:
|
|
etcd:
|
|
connection_attempts: 20
|
|
connection_delay: 5
|
|
client_port:
|
|
cont: 2379
|
|
server_port:
|
|
cont: 2380
|
|
tls:
|
|
enabled: true
|
|
token: cluster
|
|
additional_arguments:
|
|
election-timeout: 5000
|
|
heartbeat-interval: 250
|
|
|
|
versions:
|
|
etcd_version: v3.0.12
|