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
I want to use signal calls in my bpftrace programs, but I think you need to pass --unsafe to bpftrace to enable that. Right now, if I use a signal call in my bpftrace program and run it with kubectl trace run, the pod just goes into 'completed' state fast enough I can't even get logs out. My guess (since the same program works without the signal) is that this is due to lack of the --unsafe flag. Would love for the ability to pass this flag through.