Code Monkey home page Code Monkey logo

Comments (5)

krisnova avatar krisnova commented on June 28, 2024

So if you look at the various objects for the drivers we have 2

eBPF

which uses the .o syntax and is just a good ol' fashioned ELF object that we have all grown to love.

Kernel Modules

which use the .ko syntax (short for kernel object) which is slightly different.

In your example you have

ebpf:
  enabled: true

Probably the quickest fix is to flip that to false.

If for some reason we need the eBPF probe instead of the kernel module (they roughly do the exact same thing but exist for various use cases) we can talk more about getting the .o file into the builds. Just let us know.

Typically the eBPF driver (or .o file) is reserved for users who run on GKE because of their underlying kernel restrictions. Which would explain why we don't pre-build it for EKS folks :)

from test-infra.

krisnova avatar krisnova commented on June 28, 2024

PS: please let us know what happens if you have time. I closed the issue to spare the other maintainers, but you can reopen at any time. ✌️

from test-infra.

leodido avatar leodido commented on June 28, 2024

Thanks @kris-nova for replying to @timothy-spencer :)

Let me just add that the place for this kind of issue is https://github.com/falcosecurity/test-infra where we have the system that prebuilds drivers (best-effort).

I'll move the issue there for future reference. Thanks!

from test-infra.

timothy-spencer avatar timothy-spencer commented on June 28, 2024

Thanks for the information. Turning off eBPF does indeed work. I have a vague memory of turning this on because some documentation said I needed to, perhaps while I was trying to test it out in AWS Fargate.

Anyways, it's working now. Thanks again!

from test-infra.

fntlnz avatar fntlnz commented on June 28, 2024

Amazonlinux support was just added in test-infra. See #139

from test-infra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.