Hi.
I’m running Drone 0.8.0 in kubernetes, but I’m having trouble with the docker plugin failing randomly because of disk full:
9c16c8f77362: Download complete
time=“2017-09-26T11:12:50.765859244Z” level=error msg=“Download failed: write /drone/docker/tmp/GetImageBlob249940331: no space left on device”
I’ve been checking the node but I can’t see what’s running out of free space there. Where does the docker plugin need the free space? I’m using the overlay2 fs btw.
Marcus