You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
The access point created from a storage class with uid & gid specified was created with an arbitrary uid and gid that does not reflect the specified parameters. What you expected to happen?
I expected the files/folders created to be owned by the specified uid & gid specified in the storage class parameters. How to reproduce it (as minimally and precisely as possible)? Storage class
Hi @AlexandreBrown I've had a look into this and I think you just need to use a slightly later version of the driver. I know there were some issues around exactly when this fix was included, but I just spun up a cluster running Helm Chart 2.2.7/App Version 1.4.0 and the GID/UID got passed through without problem.
/kind bug
What happened?
The access point created from a storage class with
uid
&gid
specified was created with an arbitraryuid
andgid
that does not reflect the specified parameters.What you expected to happen?
I expected the files/folders created to be owned by the specified
uid
&gid
specified in the storage class parameters.How to reproduce it (as minimally and precisely as possible)?
Storage class
gid
anduid
Anything else we need to know?:
I am not manually creating a PVC, I am using PVC from a Kubeflow Notebook setup to use AWS EFS (see https://awslabs.github.io/kubeflow-manifests/docs/deployment/add-ons/storage/efs/guide/).
Environment
kubectl version
): 1.21The text was updated successfully, but these errors were encountered: