kubectl-dig
kubectl-dig copied to clipboard
can't open BPF probe '/root/.sysdig/sysdig-probe-bpf.o'
I downloaded dig using go get command following the doc and the node OS is ubuntu 18.04, but the dig job always failed as can't open BPF probe:
# kubectl logs kubectl-dig1f3fae90-1597-11ea-8ed1-06438b7d96ee-gt7pv
can't open BPF probe '/root/.sysdig/sysdig-probe-bpf.o': No such file or directory
Maybe something package missing in my enironment? By the way, I have installed sysdig on my node.
Doesn't look like this project is being actively maintained, but still wanted to just mention that I am facing the same Problem as well, just in case others are also wondering.