Skip to content

Commit f6b2f59

Browse files
committed
fix(contrib/coreos): mask etcd.service
We need to mask etcd.service to prevent in from starting in place of etcd2.service
1 parent 0aec523 commit f6b2f59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ coreos:
1818
update:
1919
reboot-strategy: "off"
2020
units:
21+
- name: etcd.service
22+
mask: true
2123
- name: etcd2.service
2224
command: start
2325
- name: fleet.service

0 commit comments

Comments
 (0)