falcosecurity / falco

Cloud Native Runtime Security
https://falco.org
Apache License 2.0
7.25k stars 893 forks source link

Driver for x86_64/falco_cos_5.10.133 #2275

Closed llabake closed 1 year ago

llabake commented 1 year ago

Describe the bug

Falco installation keeps crashing after upgrading Kubernetes cluster to 1.24

How to reproduce it Launch falco 2.0 helm chart on GKE cluster with COS image type ================ Cleaning phase ================

Creating symlink /var/lib/dkms/falco/2.0.0+driver/source -> /usr/src/falco-2.0.0+driver

DKMS: add completed.

Expected behaviour Drivers are found after new ones are compiled.

Screenshots

Screenshot 2022-10-26 at 14 15 42

Environment

Kubernetes 1.24

Additional context

FedeDP commented 1 year ago

Hi! It seems like it is trying to build the kmod on gke; we only support eBPF there; see https://falco.org/docs/getting-started/third-party/production/#gke. You need to use:

helm install falco falcosecurity/falco --set driver.kind=ebpf

Let me know if it works!

llabake commented 1 year ago

Thank you @FedeDP, changing the driver to ebpf fixed my error.

xycloops123 commented 1 year ago

hey @FedeDP seems like the link is broken and missing drivers probably using ebpf as an option also doesnt work now.

Screenshot 2022-12-16 at 4 25 25 AM
alacuku commented 1 year ago

Hi @xycloops123, please open a new issue providing more info about your case since this issue has been solved and closed by the author. Thank you!