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: Enable access to /proc/config.gz #482

Merged
merged 1 commit into from
Nov 7, 2019
Merged

kernel: Enable access to /proc/config.gz #482

merged 1 commit into from
Nov 7, 2019

Conversation

sam-aws
Copy link
Contributor

@sam-aws sam-aws commented Nov 6, 2019

Issue #, if available:
Related to #454

Description of changes:
Tools such as sysdig have the ability to deploy BPF probes across a
Kubernetes cluster. However part of the setup scripts for this require
access to the kernel config and on Thar this isn't available in any of
the common locations. CONFIG_IKCONFIG makes the config available
regardless of where the setup is being run and is a well known source,
so switch it on for Thar.

In particular for sysdig, the config is required to determine the expected
name of the precompiled probe, without which it will refuse to load.

Signed-off-by: Samuel Mendoza-Jonas samjonas@amazon.com

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tools such as sysdig[0] have the ability to deploy BPF probes across a
Kubernetes cluster. However part of the setup scripts for this require
access to the kernel config and on Thar this isn't available in any of
the common locations. CONFIG_IKCONFIG makes the config available
regardless of where the setup is being run and is a well known source,
so switch it on for Thar.

[0]: https://github.com/draios/sysdig

Signed-off-by: Samuel Mendoza-Jonas <samjonas@amazon.com>
@sam-aws sam-aws requested a review from bcressey November 6, 2019 18:52
@sam-aws sam-aws merged commit 0b6421d into develop Nov 7, 2019
@sam-aws sam-aws deleted the kernel-config branch November 7, 2019 00:17
@iliana iliana added this to the v0.2.0 milestone Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants