eiffel-fl
eiffel-fl
I totally agree on using the gRPC API and I think we all agreed about it during the team meetings. The thing we needed to settle was the architecture of...
Regarding all of this, I think we are merging two problems: 1. How to communicate with `gadgettracermanager` (_i.e._ using either gRPC or CRD)? 2. Does Inspektor Gadget scales? Regarding the...
Where is the source code of ARO kernel? It would be helpful to take a look to `blk_mq_start_request()` source and find if there is not another function which we can...
> I feel we should update those files before tagging the release, but then, is the release artifact still useful? In this case, we will not need this PR. But...
Thank you for the approval but I will not merge it right now as I would like to test it on a fork before merging to be sure everything is...
Tested and validated in [my fork](https://github.com/eiffel-fl/inspektor-gadget/releases/tag/vtest)! Thank you for the review!
What do you think of changing the container repository rather than the image tag? ``` docker pull ghcr.io/kinvolk/inspektor-gadget:v0.7.1 docker pull ghcr.io/kinvolk/inspektor-gadget-core:v0.7.1 ```
Would it be possible to have a dedicated container image which on build run `btgen` and contains the BTF files? So, we would only need to include this image in...
> > I'll check whether `libbpf/src/hashmap.h` can be used instead of `uthash` in terms of implementation as well as license issue. Thanks for good review. By the way, what do...
Hi. One of my coworker extended your tool to add a "VERDICT" field, _i.e._ this field indicates if the asked capability was allowed or denied: ```bash TIME UID PID COMM...