Skip to content

Commit 3eba1ae

Browse files
authored
Merge pull request #3175 from minrk/2i2c-push-timeout
2i2c: try increasing docker client timeout
2 parents fcd1a10 + 53b7dc4 commit 3eba1ae

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

config/hetzner-2i2c.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ binderhub:
3939
KubernetesBuildExecutor:
4040
memory_request: "2G"
4141
docker_host: /var/run/dind/docker.sock
42+
repo2docker_extra_args:
43+
# try to avoid timeout pushing to local registry
44+
# default is 60
45+
# this must have no spaces to be processed by repo2docker correctly
46+
- '--DockerEngine.extra_init_args={"timeout":120}'
4247

4348
LaunchQuota:
4449
total_quota: 20
@@ -59,7 +64,14 @@ binderhub:
5964
extraEnv:
6065
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json
6166

62-
dind: {}
67+
dind:
68+
resources:
69+
requests:
70+
cpu: "2"
71+
memory: 12Gi
72+
limits:
73+
cpu: "6"
74+
memory: 12Gi
6375

6476
ingress:
6577
hosts:

0 commit comments

Comments
 (0)