flatcar-linux-update-operator icon indicating copy to clipboard operation
flatcar-linux-update-operator copied to clipboard

Update host MOTD when agent is running

Open invidian opened this issue 5 years ago • 2 comments

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.

invidian avatar Oct 30 '20 16:10 invidian

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.)

pothos avatar Jan 29 '21 18:01 pothos

Thanks @pothos! That should be super easy to implement then :smile:

invidian avatar Jan 29 '21 18:01 invidian