EFS CSI

vpc_id=$(aws eks describe-cluster \
    --name <cluster-name> \
    --query "cluster.resourcesVpcConfig.vpcId" \
    --output text)

  • open/efs-csi.txt
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1