Mount EFS volume getting `Unable to mount volumes for pod...` error

2/4/2020

I created PersistentVolume (with EFS storage) and PersistentVolumeClaim. When deployed with helm, status says it's Bound. So I think those two resources/objects are good. But when I try to mount the volume to container (in Deployment yaml), I am getting error in deployment and the pod gets stuck in ContainerCreating status.

Unable to mount volumes for pod ...: timeout expired waiting for volumes to attach or mount for pod

-- alltej
amazon-efs
kubernetes
kubernetes-helm

0 Answers