giantswarm / azure-operator

Manages Kubernetes clusters running in in a Giant Swarm installation on Microsoft Azure
https://giantswarm.io/
Apache License 2.0
30 stars 7 forks source link

Fix udev rules to fix /boot automount #1489

Closed ericgraf closed 3 years ago

ericgraf commented 3 years ago

/boot automount currently fails because the udev rules are missing TAG=systemd on azure storage boot device.

This is fixed upstream with https://github.com/kinvolk/init/pull/41. Until that change is merged and in the flatcar base image, this change is required to fix the automount issue.

ericgraf commented 3 years ago

Tested working using v15.0.0 as base release on gremlin.

ericgraf commented 3 years ago

@whites11 As you are aware we don't normally use the boot drive after the machine has booted.

We noticed it when testing falco. Falco monitors the boot directory for security risks.
In the past sysdig also noticed this issue https://github.com/giantswarm/giantswarm/issues/15433