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 d67ab49 commit dec55c4Copy full SHA for dec55c4
tests/00-http-docker-swarm/node/docker.sh
@@ -209,7 +209,7 @@ if [ "$NodeState" = "inactive" ] || [ "$NodeState" = "pending" ]; then
209
IPs=$(echo $IPs | sed 's/,$//')
210
211
log "Running docker-ingress-routing-daemon --preexisting --ingress-gateway-ips $IPs --install ..."
212
- 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 &
213
214
fi
215
0 commit comments