Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basehub chart: resource limits for binderhub-service build & docker-api pods #4416

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Jul 11, 2024

This is what can be done without breaking things as part of #4371 i think. The change in this PR is verified to work as intended for the 2i2c/binderhub-ui-demo hub.

Since this PR isn't honoring what I understood the task was meant to accomplish exactly, I'm requesting a review explicitly for this PR @yuvipanda. I realize now that the task title only mentions limits, but I ended up thinking it was about requests and limits.

This comment was marked as resolved.

Comment on lines +59 to +61
# memory_request are currently zeroed based on discussion in:
# https://github.com/2i2c-org/infrastructure/issues/4371#issuecomment-2223168854
memory_request: 0 # 1G in mybinder.org-deploy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build pods aren't daemonset pods, so they won't cause as much trouble and could possibly have a request. They need to be scheduled on a node with a daemonset pod though, but it felt safer to just go 0 here to avoid complexity.

@yuvipanda
Copy link
Member

I don't really have much capacity to deeply review this, so I'll simply trust that your testing had gotten this to work, and if we run into actual problems, we can deal with it at that point.

Thanks @consideRatio.

@yuvipanda yuvipanda merged commit 0b4f148 into 2i2c-org:main Jul 19, 2024
36 checks passed
Copy link

🎉🎉🎉🎉

Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/10002451764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy mybinder.org's build resource limits to all our binderhub-service deployments
2 participants