- 新しい順
- 投票が多い順
- コメントが多い順
Hello,
Greetings for the day!!
From your correspondence I can understand that you would like to know how to pass a specific GID or UID (POSIX) when using dynamic provisioning with EFS CSI on an EKS cluster.
The EFS CSI driver now supports dynamic provisioning with the ability to specify the user ID and group ID to enforce user identity for all EFS requests. Here is the github page for the EFS CSI driver outlining the parameters that can be set[1a][1b] and the supporting EKS documentation[2]. Parameters named 'uid' and 'gid' are applicable in this case.
Additionally, you can also provide a rand using the parameters 'gidRangeStart' and 'gidRangeEnd' as per[1b]. This range parameters are also specified in the sample you have shared.
Also, the github issue for this feature which is now closed: https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/393
Have a fantastic day ahead!!
Reference:
[1a] - https://github.com/kubernetes-sigs/aws-efs-csi-driver
[2] - https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html
関連するコンテンツ
- AWS公式更新しました 9ヶ月前
Okay. Im not sure how many time I read right over that block. I usually skipped to the bottom where it was all about the start/end of uid/gid.
Thank you!!