draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.76k stars 728 forks source link

BPF_PROBE variable naming issue #1934

Closed deepskyblue86 closed 1 year ago

deepskyblue86 commented 1 year ago

I was about to use sysdig with the container image (on amazon linux) and I noticed that /usr/bin/scap-driver-loader and sysdig/csysdig use two different naming:

Workaround: pass -e FALCO_BPF_PROBE="" -e SYSDIG_BPF_PROBE="" to docker

FedeDP commented 1 year ago

The issue is now fixed; a 0.30.2 is being released! Thanks for the feedback!