Mohamed S. Mahmoud
Mohamed S. Mahmoud
@haslersn does this address your need https://metallb.universe.tf/usage/#ip-address-sharing towards the end it explains how using this annotation can help with mixprotocolLBsvc ?
Thanks that help me compile on ubuntu 22.04 as well just needed to add ``` cp ./libmoon/deps/dpdk/lib/librte_kni/rte_kni.h ./libmoon/deps/dpdk/x86_64-native-linuxapp-gcc/include/ ``` but I have linker issues now that need to figure out...
did the above work for anyone ? I am trying to install on OCP4.13 using helm ```sh Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedCreate...
Yeah I added inotify and when netns is created I subscribe for notificatoin using `netlink.LinkSubscribeAt` but it failed [here](https://github.com/vishvananda/netlink/blob/6afddb37c1f00693528264222a57a3c08dccbab7/nl/nl_linux.go#L703)
cc'd @vishvananda I have an easy reproducer w/o using k8s or docker - clone https://github.com/netobserv/netobserv-ebpf-agent - `make build` - `sudo FLOWS_TARGET_HOST=127.0.0.1 FLOWS_TARGET_PORT=9999 ./bin/netobserv-ebpf-agent` - `sudo ip netns add n1` that...
> Can you double-check if the Go instrumentation and application containers share the process namespace? > > Reference: > > * https://github.com/open-telemetry/opentelemetry-go-instrumentation#instrument-an-application-in-kubernetes > * https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/ Thanks @pellared that was it...
Hi @alessandrod I don't think we can generalize he behavior of if TCx failed to fall back to TC there are cases where if TCx fail we just need to...
@jpinsonneau & @skrthomas we didn't mention at all here that flows are also stored in sqlite3 DB to ease doing query and enable opensource tools to do basic filtering like...
> @jpinsonneau @msherif1234 I thought those areas of the readme were the same as specifying `oc netobserv flows` or `oc netobserv packets` but I see now they may not be....
/ok-to-test