Closed chrisbsmith closed 11 months ago
Well, I found this on the next google after I opened this issue and it appears to be working.
https://github.com/kubernetes/examples/issues/260#issuecomment-534160265
fyi I was able to get fsGroup working by specifying fsType in my StorageClass
For SMB you can add the mount option noperm
to the storage class. No init container required.
This is just a question, and probably better for a discussion; but how have you gotten the CSI driver to allow non-root containers to write to the mount point? I have tried setting the
securityContext
but without any luck.