-
Notifications
You must be signed in to change notification settings - Fork 169
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
Configure build disk capacity #757
Comments
PR to add disk space to hyperd daemon config has been merged. Waiting for it to be released. |
Update 11/14V1.0 with the above change has been released. Will test it out today. |
Summary 11/14It turned out that my PR won't solve our problem. That is to bump the pool size for all devices. But what we want is to bump the size for a single device/vm. :( Read through their code and did some hack to get it work:
TO DOThis is pretty hacky. I will ping ppl from |
Updates 11/14I talked to hyperd team. @bergwolf helped me investigate the problem and open another PR to fix the problem! We can build our own binaries after that PR is merged. |
Updates 11/22We have a pipeline internally to build the rpm files for hyperd and push to artifactory. PR to bump disk space to 20G has been merged by Chestery. Will be working with Chestery to roll it out to K8S cluster today |
Update 9/10We have a pending PR in the k8s-vm repository to parse the new Similar to the other resource configurations, it will be up to the cluster admin to dictate how the annotation should be consumed. For our purposes, affixing nodes with Accompanying this change is a PR in the guide to document the new annotation. |
Update 9/11We implemented a Alongside this change we have announced the deprecation of the Additionally, we have decided to rename the label from |
Summary
As such, the implementation is currently exclusive to the |
Context
As a pipeline owner, I want the ability to configure my build to be run on a machine with higher disk capacity than what is allocated by default.
Objective
Disk capacity allocated by default (20G) is not suitable for very large sized Docker images. Users should be allowed to specify larger disk capacity for their builds.
Requirements
screwdriver.yaml
user's Disk capacity requirementThe text was updated successfully, but these errors were encountered: