sysdiglabs / kubectl-capture

A kubectl plugin which triggers a Sysdig capture
https://sysdig.com/opensource/inspect/
Apache License 2.0
99 stars 9 forks source link

kubectl capture dosen't create the captured file #14

Open dhaugli opened 2 years ago

dhaugli commented 2 years ago

Trying to capture the systemcalls both with or without the --ebpf flag. No file is created on my pc after the capture as the tool says it has done:

`kubectl capture podName --namespace NameSpaceName --ebpf Sysdig is starting to capture system calls:

Node: k8s-nod01 Pod: podName Duration: 120 seconds Parameters for Sysdig: -S -M 120 -pk -z -w /capture-podName.scap.gz

The capture has been downloaded to your hard disk at: /home/USER/captures/capture-podName.scap.gz ` if I go ls in my folder, theres nothing there.