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

Support 1.17.12-20201117 EKS AMI #1531

Closed
christianAckman opened this issue Jan 21, 2021 · 1 comment
Closed

Support 1.17.12-20201117 EKS AMI #1531

christianAckman opened this issue Jan 21, 2021 · 1 comment
Labels

Comments

@christianAckman
Copy link

Describe the bug

Similar to this issue: #1335

Falco pods are crashing due to trying to reach nonexistent driver module.

I can see there was a commit for this version: here

But not seeing the published module: here

* Setting up /usr/src links from host
* Running falco-driver-loader with: driver=module, compile=yes, download=yes
* Unloading falco module, if present
* Trying to dkms install falco module
* Running dkms build failed, couldn't find /var/lib/dkms/falco/85c88952b018fdbce2464222c3303229f5bfcfad/build/make.log
* Trying to load a system falco driver, if present
* Trying to find locally a prebuilt falco module for kernel 4.14.203-156.332.amzn2.x86_64, if present
* Trying to download prebuilt module from https://dl.bintray.com/falcosecurity/driver/85c88952b018fdbce2464222c3303229f5bfcfad/falco_amazonlinux2_4.14.203-156.332.amzn2.x86_64_1.ko
curl: (22) The requested URL returned error: 404 Not Found
Download failed, consider compiling your own falco module and loading it or getting in touch with the Falco community

How to reproduce it

Update AMI in EKS to 1.17.12-20201117 and install Falco
Watch it fail with kubectl get pods

Expected behaviour

Falco should be in Running status, but instead it gets stuck in a CrashLoopBackOff

Environment

Falco version: 0.24.0
Cloud provider or hardware configuration: EKS cluster (1.17)
OS: Amazon Linux 2
Installation method: helm install

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

No branches or pull requests

1 participant