-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
falco-driver-loader and stable docker images need /etc
to be mounted
#1203
Comments
I believe the current helm chart is really affected by this issue, see referenced issues above. |
@leogr yes the |
Note that |
yes both enabled. |
Hey @usamaahmadkhan |
It seems to me all TODOs have been done |
What to document
Since
falco-driver-loader
from current master tries to infer the driver target from various files in/etc
,falcosecurity/falco:lastest
andfalcosecurity/falco-driver-loader
images need the host/etc
to be mounted to/host/etc
inside the container (e.g-v /etc:/host/etc:ro
).We have to document this.
There's already another issue related to this: https://github.com/falcosecurity/falco/issues/1188#issuecomment-627312495
Furthermore, many installations and third-party integrations may be affected (eg. the helm chart).
helm chart? cc @nestorsalceda @bencer @nibalizer
contrib? cc @maxgio92
TODOs:
/etc
mount,--cri
flag path, and bump Falco to 0.23.0 charts#10The text was updated successfully, but these errors were encountered: