Skip to content

Commit

Permalink
Make docker swarm integration test more resilient when installing doc…
Browse files Browse the repository at this point in the history
…ker-ingress-routing-daemon
  • Loading branch information
struanb committed Aug 27, 2024
1 parent d67ab49 commit dec55c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/00-http-docker-swarm/node/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if [ "$NodeState" = "inactive" ] || [ "$NodeState" = "pending" ]; then
IPs=$(echo $IPs | sed 's/,$//')
log "Running docker-ingress-routing-daemon --preexisting --ingress-gateway-ips $IPs --install ..."
while true; do /usr/local/bin/docker-ingress-routing-daemon --preexisting --ingress-gateway-ips "$IPs" --install; sleep 1; done &
while true; do /usr/local/bin/docker-ingress-routing-daemon --preexisting --iptables-wait-seconds 3 --ingress-gateway-ips "$IPs" --install; sleep 1; done &
fi
Expand Down

0 comments on commit dec55c4

Please sign in to comment.