Mohamed S. Mahmoud
Mohamed S. Mahmoud
my application when it starts it detect all available netns by looking at `/var/run/netns` but while its running if new netns is created my application won't know anything about it...
### Describe the bug Not sure how to make my go app visible to instrumentation pod ### Environment running on OCP cluster ### To Reproduce Steps to reproduce the behavior:...
If your eBPF application utilizes six different eBPF programs, managing them individually by creating separate objects for each program type can become challenging to maintain over time. To address this...
## Description OVS monitoring eBPF hook feature ebpf configs to enable ovs tracking from operator ```yaml advanced: env: ENABLE_OVS_MONITORING: "true" ``` ```sh - bpftool perf show -p [{ "pid": 2854,...
## Description enable ebpf metrics by default while still keeping the config in case we need to disable it ## Dependencies n/a ## Checklist If you are not familiar with...
## Description use consistent string for ebpf drop flow alert ## Dependencies n/a ## Checklist If you are not familiar with our processes or don't know what to answer in...
```sh Storage driver is not 'overlay', so not overriding storage configuration Performing build from Containerfile /usr/bin/buildah bud -f /home/runner/work/bpfman/bpfman/Containerfile.bytecode --label org.opencontainers.image.created=2024-06-21T21:23:16.897Z --label org.opencontainers.image.description=An eBPF Manager for Linux and Kubernetes --label...
## Description changes to support ovs monitoring config and console bits FC config to enable ovs monitoring fearure ```yaml agent: type: eBPF ebpf: privileged: true features: - "OvsMonitor" ``` ##...
## Description Allow filtering TCP/UDP/SCTP using two ports syntax like "90,100" to filter either on port 90 or 100 ## Dependencies https://github.com/netobserv/netobserv-ebpf-agent/pull/389 ## Checklist If you are not familiar with...
## Description enhance flow filtering to look only for flows with drops kernel has recent drop causes so updated the list to match advanced kernels ## Dependencies n/a ## Checklist...