mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
fix(oem-rackspace): increase etcd timeout
This commit is contained in:
parent
fbea716604
commit
f8231be36d
@ -53,3 +53,9 @@ coreos:
|
|||||||
name: Rackspace Cloud Servers
|
name: Rackspace Cloud Servers
|
||||||
home-url: https://www.rackspace.com/cloud/servers/
|
home-url: https://www.rackspace.com/cloud/servers/
|
||||||
bug-report-url: https://github.com/coreos/coreos-overlay
|
bug-report-url: https://github.com/coreos/coreos-overlay
|
||||||
|
write_files:
|
||||||
|
- path: /run/systemd/system/etcd.service.d/10-oem.conf
|
||||||
|
permissions: 0644
|
||||||
|
content: |
|
||||||
|
[Service]
|
||||||
|
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user