Skip to content

Commit c94b129

Browse files
committed
Try adding some netstats.
1 parent ff47a6b commit c94b129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ spec:
507507
cat >> /app/build-script.sh << 'EOF'
508508
#!/bin/sh
509509
ip link set lo up
510+
netstat -a
510511
/app/domain-proxy-client-runner &
511512
client_pid=$!
512513
EOF
@@ -518,6 +519,7 @@ spec:
518519
519520
# Without expansion
520521
cat >> /app/build-script.sh << 'EOF'
522+
netstat -a
521523
set +e
522524
kill $client_pid
523525
wait $client_pid

0 commit comments

Comments
 (0)