File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ cryptnono:
2929 containerdHostPath : /run/k3s/containerd/containerd.sock
3030
3131binderhub :
32+ imageCleaner :
33+ # handled by buildkit pruner
34+ enabled : false
3235 config :
3336 BinderHub :
3437 hub_url : https://hub.2i2c-bare.mybinder.org
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ binderhub:
9292 - hub.2i2c.mybinder.org
9393
9494 imageCleaner :
95- # don't cordon single-node cluster while cleaning
96- cordon : false
95+ # handled by buildkit pruner
96+ enabled : false
9797
9898grafana :
9999 ingress :
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ binderhub:
362362 memory : 4Gi
363363
364364 imageCleaner :
365- enabled : false
365+ enabled : true
366366 # Use 40GB as upper limit, size is given in bytes
367367 imageGCThresholdHigh : 40e9
368368 imageGCThresholdLow : 10e9
You can’t perform that action at this time.
0 commit comments