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.
I downloaded dig using
go getcommand following the doc and the node OS isubuntu 18.04, but the dig job always failed as can't open BPF probe:Maybe something package missing in my enironment? By the way, I have installed sysdig on my node.