-
Notifications
You must be signed in to change notification settings - Fork 912
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
404 on precompiled moduel #1065
Comments
Also just ran into this |
Hi @joshkurz thanks for bringing this up! We are aware of this. We are not publishing the precompiled modules anymore since 0.18.0 because that part of the infrastructure was still on Sysdig infrastructure, while Falco is a CNCF project now. We have plans to bring this back in a community-owned way using the same mechanisms we are putting in place for artifacts, see #1059 Read more about our plans with driverkit here |
So is there a suggested workaround? |
@fntlnz I am also running into this issue. Should we download the Kernel Module via HTTPs instead? |
@joshkurz I got it to work by installing falco through the AL2 package manager. |
The suggestion, for now, is to compile the kernel modules yourself or continue using 0.18.0 until we have finalzied the new plan. |
This comment has been minimized.
This comment has been minimized.
@fntlnz what is the suggestion/work-around for eBPF probes / GKE COS? |
@fntlnz Do we have precomplied modules for SLES 12 at all? |
@joshkurz The kernel module not found in the issue corpus is now available at https://dl.bintray.com/falcosecurity/driver/a259b4bf49c3330d9ad6c3eed9eb1a31954259a6/:falco_amazonlinux2_4.14.154-128.181.amzn2.x86_64_1.ko Using the latest |
@saiharshitachava no we don't build drivers for SLES 12. Feel free to submit a PR implementing a builder for it, in https://github.com/falcosecurity/driverkit for that. |
@natalysheinin we don't provide yet prebuilt drivers for GKE COS but it's in the plan (falcosecurity/driverkit#60, also a good task for a contribution!) |
@leodido thank you for the response. I see that the module is present at the link you sent, however, when I try to startup falco from master, it still tries to download the wrong DRIVER_VERSION, which causes it to 404.
I am running :master so not sure what other values I need to change to be able to use the DRIVER_VERSION a259b4bf49c3330d9ad6c3eed9eb1a31954259a6, which is where these are published. |
I know there are other issues related to this issue. This one helped me the most. #846
I was able to downgrade too
0.17.1
to get it working on the amz2 ami that EKS was running. I just updated the ami to a newer version and this error came back.Curious if I should just compile the module myself and tell falco where to pull it from. Not 100% if that is an option. Just need a solution that doesn't break with each ami change.
The text was updated successfully, but these errors were encountered: