bpfman icon indicating copy to clipboard operation
bpfman copied to clipboard

An eBPF Manager for Linux and Kubernetes

Results 173 bpfman issues
Sort by recently updated
recently updated
newest added

The README.md should explain how to report issues to the project. At present, we recommend using GitHub Issues or a GitHub Discussion.

documentation
good first issue

Something similar to https://github.com/ovn-kubernetes/ovn-kubernetes/blob/master/ADOPTERS.md Would be nice as well to link this to the `mkdocs.yml` in the same way that we re-use the governance documentation. The only adopter(s) so far...

documentation
good first issue

Probably somewhere int the `Community` section would be great We're on kubernetes Slack: https://kubernetes.slack.com/archives/C04UJBW2553 To join K8s slack: https://slack.k8s.io/

documentation
good first issue

CI is monolithic right now. It would be better to break down what we have into [re-useable workflows](https://docs.github.com/en/actions/sharing-automations/reusing-workflows) This will allow us to use composition to create CI workflows in...

good first issue

Example: https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/pre-commit.yml This allows us to remove a lot of the individual steps within our main CI workflow.

good first issue

See this workflow as an example: https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/pre-commit-auto-update.yml

good first issue

Example: https://github.com/sustainable-computing-io/kepler/blob/main/.pre-commit-config.yaml#L19-L22

good first issue

For example: https://github.com/sustainable-computing-io/kepler/blob/main/.pre-commit-config.yaml#L4-L9

good first issue

See: https://github.com/bpfman/bpfman/blob/main/.github/workflows/build.yml#L137-L140 Example: https://github.com/sustainable-computing-io/kepler/blob/main/.pre-commit-config.yaml#L14-L18

good first issue

Add a pre-commit hook that runs `taplo fmt --check`. See also: https://bpfman.io/v0.5.6/getting-started/building-bpfman/#install-toml-formatter

good first issue