We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2f2e09 + f349741 commit 4203637Copy full SHA for 4203637
1 file changed
controller/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