Improve and tidy Fedora CoreOS etcd-member.service

* Allow a snippet with a systemd dropin to set an alternate
image via `ETCD_IMAGE`, for consistency across Fedora CoreOS
and Flatcar Linux
* Drop comments about integrating system containers with
systemd-notify
This commit is contained in:
Dalton Hubble
2020-11-08 11:46:39 -08:00
parent ad1f59ce91
commit 0eef16b274
8 changed files with 75 additions and 78 deletions

View File

@ -10,6 +10,8 @@ Notable changes between versions.
### Fedora CoreOS
* Improve `etcd-member.service` systemd unit ([#868](https://github.com/poseidon/typhoon/pull/868))
* Allow a snippet with a systemd dropin to set an alternate image (e.g. mirror)
* Fix local node delete oneshot on node shutdown ([#856](https://github.com/poseidon/typhoon/pull/855))
### Flatcar Linux