Added final &

master
Meliurwen 4 years ago
parent 7ca4a9fcb7
commit caaef9b665
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      iperf2-k8s-flood.sh

@ -42,7 +42,7 @@ echo "Now all clients flood the server at the same time..."
for POD in ${CLIENTS}; do
echo "[Run] iperf2-client pod ${POD}"
#kubectl exec -it "${POD}" -- iperf -c iperf2-server "$@" &> /dev/null &
kubectl exec -it "${POD}" -- iperf -c iperf2-server "$@"
kubectl exec -it "${POD}" -- iperf -c iperf2-server "$@" &
done
#until [[ $(jobs | grep -v Running) != "" ]]; do

Loading…
Cancel
Save