Jose Blanquicet

Results 123 issues of Jose Blanquicet

## Current situation As discussed in https://github.com/kinvolk/inspektor-gadget/pull/238#discussion_r700284527, the socket-collector gadget uses the Event data structure which is not really suitable because socket-collector is not an event-based gadget. ## Impact It...

enhancement
area/gadgets

# Use `BaseParser` to uniform and simplify top category gadgets This PR modifies the top category gadgets to use `BaseParser` so that they don't have to implement the logic to...

# Handle `ManageSpecialEvent` inside `BaseParser.Transform` This PR aims to handle `ManageSpecialEvent` inside `BaseParser.Transform`. The main issue with doing so is that it doesn't need to be done in all cases....

state/hold

## Description CI job `lint` is failing with the following error: ``` /inspektor-gadget/pkg/gadgettracermanager/containerutils/containerd/containerd.go:43:3 SA1019: grpc.WithDialer is deprecated: use WithContextDialer instead. Will be supported throughout 1.x. (staticcheck) /inspektor-gadget/pkg/gadgettracermanager/containerutils/crio/crio.go:44:3 SA1019: grpc.WithDialer is...

good first issue
component/gadgettracermanager

## Current situation Currently, muti-rounds gadgets (The ones that need more than one operation to generate the output: seccomp, biolatency and network-policy-advisor) uses its own CR operations and logic to...

enhancement
area/gadgets
epic/consistency

# General This is the epic that will track the activity on the CI during the next quarter. ## Change container registry - [x] #731 ## Fix current issues on...

area/ci
size/epic

# Use generics to avoid repeated code on standardgadgets Fixes https://github.com/kinvolk/inspektor-gadget/issues/768. ## Testing done I think we need to a way to test standard-gadgets in the CI. For now, I...

## Current situation We execute `kubectl-gadget` using the columns format for integration tests and then we verify the output using regular expressions. The problem is that we are not currently...

enhancement
good first issue
area/ci

## Current situation Currently, it is only possible to filter gadgets by container name. So, we would like to provide the possibility to filter by all these parameters: - Container...

size/epic
area/local-gadget

## Description Currently, it is not possible to run local-gadget on AKS nodes. Notice we have the following considerations: - Local-gadget needs to be able to run with the configuration...

size/epic
area/local-gadget
k8s/aks