Open andresmareca-ibm opened 2 years ago
@mariomac @praveingk please your help ^^^
@andresmareca-ibm This kernel version is 3.10, which seems way too old to run eBPF according to: https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md
We are supporting version 4.18+, which is the kernel version supported by RHEL 8, although some earlier versions could also work, but 3.10 seems too old even for basic eBPF support, according to the documentation.
@elevran FYI kernel version is 3.10 so whatever we talked about with regards to alternatives to eBPF using he kernel is not relevant for such an old kernel :-(
We (me and @eranra) have managed to start all the necessary pods to be able to monitor the network following the following procedure.
make deploy ocp-deploy
oc apply -f config/samples/flows_v1alpha1_flowcollector.yaml
Now on
netobserv-ebpf-agent-*
pods I get the following error message:If I check the kernel version it shows me the following:
Has it happened to any of you?