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 8f1eca3 commit f4082e0Copy full SHA for f4082e0
kubectl-capture
@@ -60,7 +60,7 @@ EOF
60
61
function start_capture() {
62
local now=$(date +%s)
63
- local capture_pod="capture-${now}-${pod}"
+ local capture_pod="capture-${pod}-${now}"
64
65
node=$(kubectl -n ${namespace} get pod ${pod} -o jsonpath='{.spec.nodeName}' 2>/dev/null)
66
if [[ $? -ne 0 ]];then
0 commit comments