aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
79 stars 43 forks source link

The manifest file eks-cluster/utils/attach-pvc.yaml should attach to both efs and fsx pvcs #82

Closed ajayvohra2005 closed 6 months ago

ajayvohra2005 commented 6 months ago

The manifest file eks-cluster/utils/attach-pvc.yaml should attach to both pv-efs and pv-fsx persistent volumes so one does not need to use two different pods to attach to the efs and fsx file-systems. This will make eks-cluster/utils/attach-pvc-fsx.yaml redundant.

This will also make it easy to transfer data between the two file-systems.