Skip to content
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

How to specify the path of ebpf driver #3402

Open
dandankasha opened this issue Nov 13, 2024 · 2 comments
Open

How to specify the path of ebpf driver #3402

dandankasha opened this issue Nov 13, 2024 · 2 comments

Comments

@dandankasha
Copy link

I downloaded the corresponding version of the ebpf.o file and latest falco container image to the machine in an environment where I cannot connect to the Internet.

How should I specify the path of the driver when starting the container instead of downloading it from the Internet?

@poiana
Copy link
Contributor

poiana commented Nov 13, 2024

There is not a label identifying the kind of this issue.
Please specify it either using /kind <group> or manually from the side menu.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@FedeDP
Copy link
Contributor

FedeDP commented Nov 13, 2024

Hi!
So, given you are sharing the volume where the ebpf probe is located with the container, you should:

docker run -ti --rm --privileged falcosecurity/falco-no-driver:latest falco -o engine.ebpf.probe=/path/to/probe.o -o engine.kind=ebpf

(leaving out any -v option of course!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants