We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: