groksrc / efs-provisioner-example

Example files for using the AWS efs-provisioner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the efs-provisioner to automatically provision EFS PersistentVolumes

https://aws.amazon.com/premiumsupport/knowledge-center/eks-pods-efs/

  1. $ k apply -f class.yaml

  2. Update configmap.yaml with the correct file.system.id and aws.region

  3. $ k apply -f configmap.yaml

  4. $ k apply -f rbac.yaml

  5. Update the nfs server value in deployment.yaml

  6. $ k apply -f deployment.yaml

About

Example files for using the AWS efs-provisioner