You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
sh-4.4# chroot /host sh-4.2# uname -a Linux kube-caop3qnf0asm47p248i0-testocp410-default-00000121.iks.ibm 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed Apr 27 20:34:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Has it happened to any of you?
The text was updated successfully, but these errors were encountered: