Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel with CONFIG_IKHEADERS for BPF tools on Kubernetes #8582

Merged
merged 1 commit into from
Jun 29, 2020

Commits on Jun 27, 2020

  1. kernel config: add CONFIG_IKHEADERS

    BCC tools need to have access to kernel headers. It can be done either
    by installing linux-headers packages or by having a kernel compiled with
    CONFIG_IKHEADERS so that enough information can be retrieved via
    /sys/kernel/kheaders.tar.xz.
    
    BCC tools are used in Inspektor Gadget, a collection of tools for
    developers of Kubernetes applications. I would like Inspektor Gadget to
    support Minikube.
    alban committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b2d6962 View commit details
    Browse the repository at this point in the history