-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Ubuntu Bionic 18.04 - AWS AMI] 404 Falco probe binary not found #897
Comments
The probe builder wasn't taking into account Ubuntu |
This process will become more clear once the Falco project owns the infrastructure to build those. For now we are relying on Sysdig (company) infrastructure to build those. This is tracked down in this issue: falcosecurity/test-infra#53 |
This needs to be fixed by adding |
Created draios/sysdig#1552 to address this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue was not solved. We should have a tag we can put on important issues like this one and the stale bot should stop closing important issues. 😄 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@JPLachance - we have the pre-built ubuntu driver now. Can you check by installing Falco from master? The downloadable |
Hello @fntlnz, Do we have an up-to-date version of the Falco DaemonSet that uses the probeloader init container somewhere? I tried it, but I still get the following errors:
Also, by looking at tags in Docker hub for the probeloader image, the last update was two months ago. Thanks in advance for the help! |
I can find both the module and bpf probe for your kernel on the new bucket.
I added a note to the today's community call mentioning your comment. Thanks for checking all this with us before we release! |
Note that the probeloader is not supported anymore 👉 falcosecurity/contrib#5 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Now we have a new infrastructure to provide prebuilt Falco kernel modules and Falco eBPF probes (see https://github.com/falcosecurity/test-infra, It turns out that we are providing both the Falco kernel module (link) and the Falco eBPF probe (link) for the kernel that @JPLachance reported (on ubuntu-aws). /close |
@leodido: 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/test-infra repository. |
What happened:
I am testing Falco minimal in Kubernetes 1.11 on AWS on top of a Ubuntu 18.04 AMI.
I see the following logs in the
probeloader
container:What you expected to happen:
I expected the
probeloader
container to download the required version of the Falco probe.How to reproduce it (as minimally and precisely as possible):
probeloader
containerAnything else we need to know?:
I had a discussion in Slack with @mfdii and he seems pretty aware of the issue.
Environment:
The text was updated successfully, but these errors were encountered: