Facing an issue with attaching EFS volume to Kubernetes pods

前端 未结 3 875
不知归路
不知归路 2021-01-18 20:51

I am running my docker containers with the help of kubernetes cluster on AWS EKS. Two of my docker containers are using shared volume and both of these containers are runnin

3条回答
  •  不思量自难忘°
    2021-01-18 21:44

    The problem for me was that I was specifying a different path in my PV than /. And the directory on the NFS server that was referenced beyond that path did not yet exist. I had to manually create that directory first.

提交回复
热议问题