mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
coreos-base/oem-azure: add etcd election timeout
This commit is contained in:
parent
8e8f37914a
commit
1f71a90ea7
@ -32,3 +32,10 @@ coreos:
|
|||||||
version-id: @@OEM_VERSION_ID@@
|
version-id: @@OEM_VERSION_ID@@
|
||||||
home-url: https://azure.microsoft.com/
|
home-url: https://azure.microsoft.com/
|
||||||
bug-report-url: https://github.com/coreos/bugs/issues
|
bug-report-url: https://github.com/coreos/bugs/issues
|
||||||
|
|
||||||
|
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