File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ binderhub:
65
65
GOOGLE_APPLICATION_CREDENTIALS : /secrets/service-account.json
66
66
67
67
dind :
68
- daemonset :
69
- extraArgs :
70
- # Increase limit from default of 5, as we have only one builder node
71
- # But there are enough resources on the node to handle it
72
- - --max-concurrent-uploads=32
73
68
resources :
74
69
requests :
75
70
cpu : " 4"
Original file line number Diff line number Diff line change @@ -63,11 +63,6 @@ binderhub:
63
63
GOOGLE_APPLICATION_CREDENTIALS : /secrets/service-account.json
64
64
65
65
dind :
66
- daemonset :
67
- extraArgs :
68
- # Increase limit from default of 5, as we have only one builder node
69
- # But there are enough resources on the node to handle it
70
- - --max-concurrent-uploads=32
71
66
resources :
72
67
requests :
73
68
cpu : " 4"
Original file line number Diff line number Diff line change @@ -345,6 +345,14 @@ binderhub:
345
345
346
346
imageBuilderType : dind
347
347
dind :
348
+ daemonset :
349
+ extraArgs :
350
+ # Allow for concurrent pushes so pushes are faster
351
+ - --max-concurrent-uploads=32
352
+ # Set mtu explicitly to 1450, as sometimes docker sets it to 1500
353
+ # instead and that breaks *some* websites randomly *some* of the time
354
+ # See https://discourse.jupyter.org/t/error-in-mybinder-org-there-is-no-package-called-irkernel/32478/17
355
+ - --mtu=1450
348
356
resources :
349
357
requests :
350
358
cpu : " 0.5"
You can’t perform that action at this time.
0 commit comments