We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4082e0 commit bfb0c1bCopy full SHA for bfb0c1b
kubectl-capture
@@ -137,7 +137,7 @@ EOF
137
kubectl apply -f capture-pod.yaml > /dev/null 2>&1
138
rm capture-pod.yaml
139
140
- echo "Sysdig is starting to capture system calls. See details below:"
+ echo "Sysdig is starting to capture system calls:"
141
echo ""
142
echo "Node: ${node}"
143
echo "Pod: ${pod}"
@@ -153,7 +153,8 @@ EOF
153
154
kubectl cp ${capture_pod}:/${capture_pod}.scap.gz ${capture_pod}.scap.gz > /dev/null 2>&1
155
kubectl delete pod ${capture_pod} > /dev/null 2>&1
156
- echo "Your capture is now available at ${capture_pod}.scap.gz"
+ echo "The capture has been downloaded to your hard disk at:"
157
+ echo "${PWD}/${capture_pod}.scap.gz"
158
}
159
160
main "$@"
0 commit comments