You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when you run a bpftrace program against a pod, that is only using the pod to determine the actual binary to use to export symbols by giving you the $container_pid variable.
A better pod support would involve having the possibility to filter only pod tasks so that the results are only relevant to the specific pod.
Right now when you run a bpftrace program against a pod, that is only using the pod to determine the actual binary to use to export symbols by giving you the
$container_pid
variable.A better pod support would involve having the possibility to filter only pod tasks so that the results are only relevant to the specific pod.
Upstream issue on bpftrace: bpftrace/bpftrace#329
The text was updated successfully, but these errors were encountered: