Skip to content

Commit

Permalink
port kill fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Oct 3, 2024
1 parent 4ed5c66 commit e4a7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/scripts/network_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(git rev-parse --show-toplevel)/yarn-project/end-to-end/scripts/helm_deploy.sh

function k8s_pxe_port_forward() {
# Clear any existing port forward
ps aux | grep "kubectl port-forward" | grep 9081 | awk '{print $2}' | xargs kill || true
ps aux | grep "kubectl port-forward" | grep 9080 | awk '{print $2}' | xargs kill || true
# tunnel in to get access directly to our PXE service in k8s
kubectl port-forward -n "$NAMESPACE" svc/spartan-aztec-network-pxe 9080:8080 || true
}
Expand Down

0 comments on commit e4a7efb

Please sign in to comment.