Closed alacuku closed 2 months ago
/hold
/unhold
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: alacuku, Issif
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind bug
/kind chart-release
Any specific area of the project related to this PR?
What this PR does / why we need it:
When falco runs with kmod/module driver it needs special filesystems to be mounted from the host such /dev and /sys/module/falco. This commit ensures that we mount them in the falco container.
Note that, the /sys/module/falco is now mounted as /sys/module since we do not know which kind of driver will be used. The falco folder exists under /sys/module only when the kernel module is loaded, hence it's not possible to use the /sys/module/falco hostpath when driver.kind is set to auto.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist