How to attach EFS volume to Kubernetes PODs

7/28/2018

I am using aws EFS volumes to share volume across pods, I am able to mount the volume but mounted volume is not attaching to the pod.

I am getting following error: timeout expired waiting for volumes to attach or mount for pod MountVolume.SetUp failed for volume "pv-volume" : mount failed: exit status 32

manifest.yaml file link https://github.com/kubernetes-incubator/external-storage/blob/master/aws/efs/deploy/manifest.yaml

-- Pruthviraj
amazon-ec2
amazon-web-services
docker
kubernetes

0 Answers