local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

[question]: Is `fsGroup` working with `ReadWriteMany` PV?

Open gabyx opened this issue 1 year ago • 0 comments

I have an application which needs a ReadWriteMany storage (with kind cluster) and I am currently seeing that fsGroup is not applied and the volume gets mounted as root inside the pods.

https://github.com/gabyx/RsMarkdown2PDF-Service/blob/main/manifests/common/blob-storage/volume.yaml

Is there something to know about this use case? Does this provisioner support fsGroup? Kind supposedly uses this repos provisioner, thats why I ask here.

gabyx avatar Jan 08 '24 22:01 gabyx