Skip to content
#

bpf

Here are 209 public repositories matching this topic...

danobi
danobi commented May 9, 2020

Seems we have some language features not fully documented (like bitshift operators in #1322).

Would be good to go through language grammar and make sure everything is in the reference guide.

good first issue docs
blanquicet
blanquicet commented Jun 29, 2022

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 verifying the type of all the fields because the current regular expressions do not match all the columns.

Impact

We could miss regressions on those fields that we are not verifying.

Prop

enhancement good first issue area/ci
seswarrajan
seswarrajan commented Jul 4, 2022

Minikube start

General Information

  • Environment (minikube)
  • Kernel version (Linux eswar-LEGION 5.13.0-52-generic #59~20.04.1-Ubuntu SMP Thu Jun 16 21:21:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux)

To Reproduce

  1. Goto contributions minikube.
  2. Install minikube and virtualbox using scripts mentioned under contributions/minikube dir.
  3. Then run minikube with start_minik
bug good first issue

Improve this page

Add a description, image, and links to the bpf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bpf topic, visit your repo's landing page and select "manage topics."

Learn more