Skip to content

Commit

Permalink
Merge pull request #3229 from yuvipanda/increase
Browse files Browse the repository at this point in the history
Run imagecleaner more aggressively
  • Loading branch information
yuvipanda authored Feb 18, 2025
2 parents 3336f5e + 4de0f79 commit 049ea77
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
8 changes: 0 additions & 8 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ binderhub:
# # maxAge: 1 hour since we're just testing
# maxAge: 3600

imageCleaner:
# TODO: priorityClassName: binderhub-core
enabled: true
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptnono:
enabled: true
priorityClassName: binderhub-core
Expand Down
8 changes: 0 additions & 8 deletions config/hetzner-2i2c-bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ binderhub:
hosts:
- hub.2i2c-bare.mybinder.org

imageCleaner:
# Use 300GB as upper limit, size is given in bytes
imageGCThresholdHigh: 300e9
imageGCThresholdLow: 100e9
imageGCThresholdType: "absolute"
# don't cordon single-node cluster while cleaning
cordon: false

grafana:
ingress:
hosts:
Expand Down
4 changes: 0 additions & 4 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ binderhub:
- hub.2i2c.mybinder.org

imageCleaner:
# Use 300GB as upper limit, size is given in bytes
imageGCThresholdHigh: 300e9
imageGCThresholdLow: 100e9
imageGCThresholdType: "absolute"
# don't cordon single-node cluster while cleaning
cordon: false

Expand Down
6 changes: 0 additions & 6 deletions config/ovh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ binderhub:
userScheduler:
nodeSelector: *coreNodeSelector

imageCleaner:
# Use 40GB as upper limit, size is given in bytes
imageGCThresholdHigh: 40e9
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

grafana:
nodeSelector: *coreNodeSelector
ingress:
Expand Down

0 comments on commit 049ea77

Please sign in to comment.