Skip to content
#

bpf

Here are 126 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

itaysk
itaysk commented Nov 24, 2020

currently, on every pull request we build a new docker container with all the dependencies from scratch, and rebuild all the code.
If we could cache the go dependencies, and the docker layers, we would save most of the time and resources spent in the CI, the code build itself is not that intensive.
need to look into how to do that with Github Actions

pothos
pothos commented Dec 9, 2019

When the k8s subcommand notices that a container is deleted, it keeps the tracelet for one minute. Directly retire the tracelet without any timeouts after dumping it a final time and store the rendered string compressed in a second list (which has a maximal length, appending if full will push the oldest element out).
If the API functions for dump, close etc can't find an active tracelet,

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

You can’t perform that action at this time.