-
Notifications
You must be signed in to change notification settings - Fork 431
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
docs: installation section #3627
Conversation
557a249
to
f1a48b3
Compare
I created #3629 so we can remove OS packaging entirely (together with the docs). Will provide a PR request to your branch soon. |
Feel free to change itaysk#3 to anything you prefer. The list is double-checked. LGTM feel free to merge whenever you may like this one as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- `CAP_BPF`+`CAP_PERFMON` for recent kernels (>=5.8) where the kernel perf paranoid value in `/proc/sys/kernel/perf_event_paranoid` is equal to 2 or less | ||
- or `CAP_SYS_ADMIN` otherwise | ||
- `CAP_SYS_PTRACE` (to collect information about processes) | ||
- `CAP_NET_ADMIN` (to use tc for packets capture) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use tc anymore. However, other bpf network programs require it as well
Co-authored-by: Rafael David Tinoco <[email protected]>
Co-authored-by: Rafael David Tinoco <[email protected]>
intentionally didn't touch the docker and k8s guides for now.
it's draft because waiting for @rafaeldtinoco to add missing events in kallsyms