Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # EFS CSI ### EFS 생성 <code> vpc_id=$(aws eks describe-cluster \ --name <cluster-name> \ --query "cluster.resourcesVpcConfig.vpcId" \ --output text) </code> ## Links - https://www.eksworkshop.com/beginner/190_efs/efs-csi-driver/ - https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/efs-csi.html - https://www.comtec.kr/2021/02/17/eks-%ED%99%9C%EC%9A%A9/ open/efs-csi.txt Last modified: 2024/10/05 06:15by 127.0.0.1