Skip to content
#

ebpf

Here are 169 public repositories matching this topic...

fntlnz
fntlnz commented Feb 17, 2019

We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!

Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y

ebpf
lmb
lmb commented Mar 8, 2021

An example is a socketfilter that uses constants like https://github.com/cloudflare/rakelimit.

program filter_ipv4: map .rodata: can't freeze map: can't freeze map: operation not permitted
  • Why doesn't the kernel let us freeze the map?
  • Can we ignore EPERM during freezing? After all we already check whether we can freeze in the first place.

Improve this page

Add a description, image, and links to the ebpf 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 ebpf topic, visit your repo's landing page and select "manage topics."

Learn more