flatcar-linux-update-operator
flatcar-linux-update-operator copied to clipboard
Update host MOTD when agent is running
Original issue: https://github.com/coreos/container-linux-update-operator/issues/88
Sounds like a cool and useful idea. This may require some development on Flatcar to get working nicely.
FLUO needs to create a /run/update-engine/coordinator.conf file. See the code in /usr/share/baselayout/flatcar-profile.sh for the details: Locking the file seems to be required and it should contain something like this:
STRATEGY=reboot
STATE=running
NAME=fluo
(Just having STATE and NAME seems to be enough.)
Thanks @pothos! That should be super easy to implement then :smile: