eiffel-fl
eiffel-fl
> > Hi! > > I tested it locally but `rke2` seems not able to use container-hook and/or runc-fanotify: > > ```shell > > $ ./rke2 > > ... >...
> > But not previous one: > > ```shell > > $ ./kubectl-gadget trace exec -n kube-system > > K8S.NODE K8S.NAMESPACE K8S.POD K8S.CONTAINER PID PPID COMM PCOMM RET ARGS >...
Hi! > @alban can we have a look at merging this, please? I would like to first merge https://github.com/inspektor-gadget/inspektor-gadget/pull/2766 as it will ease merging this one. Best regards.
Hi. > @pedromotita I wanted to kick off the discussion, but I've not received any response from maintainers. I am not in maintainers heads, but you can try to publish...
With the latest kubernetes on AKS, everything is fine: ```bash $ kubectl describe node ... kubernetes.azure.com/node-image-version=AKSUbuntu-2204gen2containerd-202307.12.0 ... System Info: Machine ID: 361b105f7c29478fa0e0e44e8a061153 System UUID: 17e82f98-825c-4e36-baa6-cc4d3a4e90b0 Boot ID: 8a5f2c2c-49a6-42cc-b315-9467e504d727 Kernel Version:...
Closing for several reasons: 1. #1105 converted from `tp_btf` to `raw_tp` which made this gadget works on older kernel. 2. AKS now relies on Ubuntu 22.04.
I do not think we still need `tilt` as now with `ig` it is easier to test locally and it reduces the time needed (compilation and deployment) to be able...
> Is there a temporary workaround for this issue? also for newer kernels 6.0 and 6.1rc? Up to my knowledge, there is no temporary workaround. But you can help review...
I addressed all of your comments expect the one regarding the test, please take a look at my answer because I am not 100% sure this is possible to add...
Hi. > I've been hacking on this for a few days as well, this might take a bit longer to get right. The tests are passing, but there seems to...