Mauricio Vásquez

Results 245 issues of Mauricio Vásquez

We are missing this guide that tells people how to contribute to the project.

documentation

Testing for pcn-k8s related components is badly missing, so it is common to have problems like https://github.com/polycube-network/polycube/pull/100. In order to avoid breaking pcn-k8s we should: - create tests for `pcn-k8switch`...

component/k8s
priority/medium

Some services need to get a timestamp to implement an aging mechanism. eBPF provides the `bpf_ktime_get_ns` helper, however we identified this function is slow in different benchmarks. `pcn-simplebride` [1] and...

enhancement
component/polycubed

The error message that is returned when the client performs a non-valid request does not contain a description of the error. For instance: ``` $ polycubectl hw0 ports add p1...

component/cli
component/polycubed

Add an example that uses this package. It's simpler than the "kube-container-collection" as Kubernetes is not used.

Example to show the usage of the parser package.

Create an example that uses the container collection and trace collection packages to filter events by container.

https://github.com/kinvolk/inspektor-gadget/pull/608 introduced a different container image with only CO-RE compatible gadgets. We aren't pushing that image anywhere, but I think it's a good idea to start pushing it to the...

area/ci
co-re

Some gadgets like filetop define the names of the parameters and export them in the type package: https://github.com/kinvolk/inspektor-gadget/blob/29cf47f873680ad404fe14330ca3815f498b234c/pkg/gadgets/filetop/types/types.go#L32-L37 and these are used when defining the `parameters` field of the trace...

epic/consistency