Closed harinarayanan-muthukumar closed 11 months ago
Also upon some research I found that its being set in this location , was wondering if there is something we can do to customize it ? https://github.com/actions/runner-images/blob/main/images/linux/ubuntu2204.pkr.hcl
Unfortunately, there is not much I can help with here. It's not parameterized in the original file, so there is not an easy way to approach this. You could inject a step/script here https://github.com/YannickRe/azuredevops-buildagents/blob/6aa2a186f870ce071111a11bc1a2b51477570704/buildagent-generation-template.yml#L87 that would do the replacement after checking out the original file. This is not something that would be generic for everyone using this repository, and thus won't be added to the source code here.
I also asked the question at the official repository: https://github.com/actions/runner-images/discussions/8503 They don't feel like changing it, so I will close this issue.
Before I get into my issue , a Huge thank you . Everything you did helps us a ton and it solved all the issue we were having that stopped us from not leveraging Scale set's for Azure Devops Agents .
Everything works fantastic for us , but I am unable to find any option to customize the disk size of the Scale set agent once created , by default Ubuntu2204 comes with ~86 GB Disk and Windows comes default with 256GB of Default OS Disk space .
I have been trying to find a way to increase the Linux Default OS Disk size also to 256 , but not having luck finding it , Any help would be highly appretiated.