We tried to use the node.advanced.autoUpdate feature, but when we upgraded the version from the interface, every pod went into an unstable state, where they was moved into Error and then into CrashLoopBackoff state.
We were able to fix such problem by removing the /opt/CrowdStrike directory from every node, but we are not sure if that problem is not going to happen again.
So, if there were an option to allow using /opt/CrowdStrike as an Ephemeral volume instead a Persistent one, it would be much safer. So we would like to use emptyDir instead of hostPath when defining the Volumes.
Which is the advantage of having such information stored in the host?