yahoo / kubectl-flame

Kubectl plugin for effortless profiling on kubernetes
Apache License 2.0
796 stars 96 forks source link

Fail to produce flamegraph --lang go #67

Open seba2044 opened 3 years ago

seba2044 commented 3 years ago
kubectl flame mypod -t 1m --lang go -f /tmp/flamegraph.svg --pgrep go-app

Return Profiling ... Error: flamegraph generation failed: exit status 2 Im pretty sure that is "/app/FlameGraph/flamegraph.pl" error. Works fine with --lang java on different container.

oilbeater commented 3 years ago

Meet same error, any update on this?