Disk space is not released after the runner completes #4056
Labels
bug
Something isn't working
gha-runner-scale-set
Related to the gha-runner-scale-set mode
needs triage
Requires review from the maintainers
Checks
Controller Version
0.11.0
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
We use the
dind
mode, which allows us to rundocker compose
in CIIt is obvious that the outputs of the
df -h
andsudo du -sh /*
are significantly different,df -h
shows that 700GB of storage is being used, butsudo du - sh /*
only has a total of around 200GB. I know this cannot be used as direct evidence, so I used four k8s nodes, two of which are running ARC, the result is that only the two nodes running ARC will encounter this issue.But after restarting the machine, the disk usage will return to normal
We also analyzed the data of
lsof | grep delete
and did not find anything.df -h
sudo du -sh /*
Describe the expected behavior
Disk resources can be restored normally
Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: