-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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_FTRACE_SYSCALLS kubectl-trace #8637
Labels
area/guest-vm
General configuration issues with the minikube guest VM
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Comments
6 tasks
medyagh
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jul 7, 2020
if this doens't break minikube I would happy to accept PR for it |
medyagh
added
the
priority/backlog
Higher priority than priority/awaiting-more-evidence.
label
Jul 7, 2020
If anyone is interested in contributing a PR, please comment here. |
afbjorklund
added
the
area/guest-vm
General configuration issues with the minikube guest VM
label
Aug 13, 2020
I don't know if this has performance implications (i.e. when not used), but otherwise go ahead and add it to the config... |
Howdy, I've filed #9393 which should resolve this issue. |
Merged
tstromberg
added a commit
that referenced
this issue
Oct 21, 2020
Update default linux config to support ftrace, for bpf tracing, fixes #8637
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/guest-vm
General configuration issues with the minikube guest VM
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
I would like the Minikube kernel to be compiled with CONFIG_FTRACE_SYSCALLS (basic tracer to catch the syscall entry and exit events).
This is to be able to use kubectl-trace on Minikube.
Related issue in kubectl-trace: iovisor/kubectl-trace#120
Symptoms:
This is a follow-up to previous efforts to make Minikube work with BPF tools in Inspektor Gadget. See issue #8556 that added CONFIG_IKHEADERS.
cc @mauriciovasquezbernal @marga-kinvolk
The text was updated successfully, but these errors were encountered: