Pod Allocation Failed Due to Failed to Write Deviceplugin Checkpoint File Error.
Problem
- Pods Failed to spin up with the
no space left on deviceerror.
Status: FailedReason: UnexpectedAdmissionErrorMessage: Pod Allocate failed due to failed to write checkpoint file "kubelet_internal_checkpoint": open /var/lib/kubelet/device-plugins/.374770390: no space left on device, which is unexpectedEnvironment
- Platform9 Managed Kubernetes
Cause
- Lack of adequate amount of disk space for the
/varfilesystem can cause this issue.
Resolution
- Check disk space usage on the node for
/varfilesystem.
# df -TH | grep var- Make sure that there is enough space in the
vardirectory and if it's not there then add more space to it.
Was this page helpful?