Alban Crequy
Alban Crequy
I removed cgroup support in https://github.com/kinvolk/inspektor-gadget/pull/581/files#diff-b244a5eb6305aed42a0fa72e3f8b34906f4df04d652cb7772a4dac2ed5e90eb5L68-L69 So the ebpf map with the cgroup info per tracer is not there anymore. But the ContainerDefinition struct still has the same info about...
There are no integration tests, but there are tests for various gadgets in local-gadget with docker containers: ``` make local-gadget-tests ``` I wonder how to avoid test duplication. I think...
I don't know why the pod is missing. I would have expected ContainerCreating as well.
Some progress with videos for: * install * trace-bind * trace-exec Check the "demos" artifact: https://github.com/alban/inspektor-gadget/actions/runs/2671865732#artifacts
I updated the PR with a few more demos: https://github.com/kinvolk/inspektor-gadget/blob/alban_demos/docs/guides/trace/bind.gif https://github.com/kinvolk/inspektor-gadget/blob/alban_demos/docs/guides/trace/capabilities.gif https://github.com/kinvolk/inspektor-gadget/blob/alban_demos/docs/guides/trace/dns.gif https://github.com/kinvolk/inspektor-gadget/blob/alban_demos/docs/guides/trace/exec.gif https://github.com/kinvolk/inspektor-gadget/blob/alban_demos/docs/guides/trace/fsslower.gif
I'll switch from [asciicast2gif](https://github.com/asciinema/asciicast2gif) to [agg](https://github.com/asciinema/agg) because asciicast2gif is very slow and can from my experience needs more than 10GB of memory in some videos. See https://github.com/asciinema/asciicast2gif/issues/51#issuecomment-1214385482
> I think the generated gifs are great. Do you think we could put those at the beginning of each guide? Done
The CI fails even after restarting it 2 times. But it does not seem related to this PR.
It's possible to get seccomp profile for pods using generated names but I agree the UX needs to be improved. Steps: 1. Create a first Trace CR without filter and...
> Is there a reason why the filter needs to be done by exact podname, instead of how it's done for the other gadgets? It is now possible to do,...