-
Notifications
You must be signed in to change notification settings - Fork 919
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 Unable to insmod module on Amazon Linux 2 EKS #3102
Comments
Hi! Thanks for opening this issue! Can you manually try |
/assign |
Output of insmod, we deploy it using helm chart from official falco - https://github.com/falcosecurity/charts/blob/master/charts/falco/values.yaml
|
Mmh it seems like you are missing some permissions; how did you deploy the Falco helm chart? Did you modify anything from default values? |
Hi @FedeDP left = ours https://www.diffchecker.com/HPWzTzsU/ Is there posibility latest version of falco didn't support on Amazon Linux 2 ? |
Mmmh from your diff, it seems like you are using
But why did you clear up the
Nope, we support amazonlinux2. |
I'm not sure actually, because chart we used is chart when we deploy falco version 0.34.1, if we deploy falco 0.34.1 it works fine. but when we deploy latest version |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Same issue here with Bottlerocket EKS 1.29 helm install command helm install falco falcosecurity/falco
--create-namespace \
--namespace falco \
--set tty=true \
--set collectors.kubernetes.enabled=true \
--set driver.kind=kmod error logs by * Setting up /usr/src links from host
2024-07-11 02:02:06 INFO Running falcoctl driver config
├ name: falco
├ version: 7.2.0+driver
├ type: kmod
├ host-root: /host
└ repos: https://download.falco.org/driver
2024-07-11 02:02:06 INFO Storing falcoctl driver config
2024-07-11 02:02:06 INFO Running falcoctl driver install
├ driver version: 7.2.0+driver
├ driver type: kmod
├ driver name: falco
├ compile: true
├ download: true
├ target: bottlerocket
├ arch: x86_64
├ kernel release: 6.1.92
└ kernel version: #1 SMP PREEMPT_DYNAMIC Mon Jun 24 17:51:17 UTC 2024
2024-07-11 02:02:06 INFO Check if kernel module is still loaded.
2024-07-11 02:02:06 INFO OK! There is no module loaded.
2024-07-11 02:02:06 INFO Check all versions of kernel module in dkms.
2024-07-11 02:02:06 INFO OK! There are no module versions in dkms.
2024-07-11 02:02:06 INFO Trying to download a driver.
└ url: https://download.falco.org/driver/7.2.0%2Bdriver/x86_64/falco_bottlerocket_6.1.92_1_1.20.3-aws.ko
2024-07-11 02:02:08 INFO Driver downloaded.
└ path: /root/.falco/7.2.0+driver/x86_64/falco_bottlerocket_6.1.92_1_1.20.3-aws.ko
2024-07-11 02:02:08 WARN Unable to insmod module.
├ driver: /root/.falco/7.2.0+driver/x86_64/falco_bottlerocket_6.1.92_1_1.20.3-aws.ko
└ err: exit status 1
|
Hi! Since this is a recent kernel release, the preferred method is to use the |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
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. |
Describe the bug
We want to install Falco into our EKS cluster, but got an
Unable to insmod module
error.Expected behaviour
Falco running sucess
Error Message
Environment
Falco version:
falcosecurity/falco-no-driver:0.37.1
falcosecurity/falco-driver-loader:0.37.1
falcosecurity/falcoctl:0.7.2
System info:
Cloud provider or hardware configuration: AWS (EKS)
OS:
Amazon Linux 2
Kernel:
kernel release: 5.10.198-187.748.amzn2.x86_64
kernel version: Digwatch compiler #1 SMP Tue Oct 24 19:49:54 UTC 2023
Installation method:
Helm Chart
The text was updated successfully, but these errors were encountered: