mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
fix(oem/ami): Explicitly start etcd and fleet.
This commit is contained in:
parent
a55f566b40
commit
02425ef63e
@ -109,6 +109,11 @@ coreos:
|
|||||||
discovery: $discovery
|
discovery: $discovery
|
||||||
addr: \$private_ipv4:4001
|
addr: \$private_ipv4:4001
|
||||||
peer-addr: \$private_ipv4:7001
|
peer-addr: \$private_ipv4:7001
|
||||||
|
units:
|
||||||
|
- name: etcd.service
|
||||||
|
command: start
|
||||||
|
- name: fleet.service
|
||||||
|
command: start
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user