Burak Ok
Burak Ok
# gadgets/trace_oomkill: Utilize new testing framework ref #3035
kprobe/tcp_v._connect is only sending the SYN package and also only returns errors regarding that package. This commit uses the kprobe/inet_stream_connect kernel function. It encapsulates the entire tcp connect mechanism and...
# ig: Add systemd filtering and enrichment When using `ig --host` we now can add additional an flag (`--show-systemd`) to only show events from `systemd` units. Additionally the column `SDNAME`...
## This is only from a static analysis by me If I understand the line https://github.com/inspektor-gadget/inspektor-gadget/blob/63e8451a8f950381782428264a478fc9fdfe4a3d/gadget-container/entrypoint/entrypoint.go#L174 correctly we only add the `Type` to the existing config. In our config we...
## Current situation We have `KubeIPResolver` and `KubeNameResolver` for some tcp gadgets. #1861 proposes to add them to `ig`. If we don't have any Kubernetes information we could enrich the...
## `KubeIPResolver` can only used in `kubectl-gadget` `KubeIPResolver` is only used in `kubectl-gadget` ## Impact Enriching the ip addresses for gadgets is not working in `ig`. With #1702 we now...
ig: Add optional kubeconfig parameter
This PR adds `top_blockio` as image based gadgets Our builtin gadget supports kernel versions `6.5`. This is done through trying to attach the tracepoints/kprobes. Currently this can't be done with...
Inspektor Gadget enables users to inspect Linux containers and Kubernetes workloads, offering the powerful capability to monitor traffic for currently running applications. Nevertheless, the ability to generate specific events would...
https://github.com/inspektor-gadget/inspektor-gadget/pull/3146 added support for `top block-io` for kernel versions 6.5+ again. Therefore we should enable the test for these versions