We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaea3d1 + 0908bb3 commit 8198131Copy full SHA for 8198131
1 file changed
scheduler/coreos.py
@@ -201,6 +201,7 @@ def attach(self, name):
201
ExecStartPost=/bin/sh -c "until docker inspect {name} >/dev/null 2>&1; do sleep 1; done"; \
202
/bin/sh -c "arping -Idocker0 -c1 `docker inspect -f '{{{{ .NetworkSettings.IPAddress }}}}' {name}`"
203
ExecStop=/usr/bin/docker rm -f {name}
204
+TimeoutStartSec=20m
205
"""
206
207
ANNOUNCE_TEMPLATE = """
0 commit comments