If you're using AWS EKS and for some reason you get:
no space left on device: unknown
Check if:
- you're using XFS
- your disk usage is < 85% (At 85%, k8s triggers GC)
- you're pulling large 2GB docker images OR docker images with node_modules with hundreds of thousands of files
Then consider inode contiguous fragmentation issue: