Andy Zhang
Andy Zhang
@rainerleber then what path is the writable? the dir should be in `$PATH` list
> @andyzhangx Thanks for the quick fix. > > Is it possible to include an option to change the default directory from /usr/local/bin to e.g. /var/bin? Since the $PATH is...
fixed by https://github.com/kubernetes-sigs/blob-csi-driver/pull/2125
@specialforest that means you can only use nfs mount, disabling shared key access would disable blobfuse mount, is that what you want?
@specialforest yes, you could use msi auth, follow this guide: https://github.com/qxsch/Azure-Aks/tree/master/aks-blobfuse-mi, while you need to create a storage account first, and you could disable the shared key access in the...
/ok-to-test
@seifrajhi why not set the required permission in mount options, the volume permission can only be determined in the first mount with mount options. ``` - dir_mode=0750 - file_mode=0750 -...
@seifrajhi those mount options are per volume setting, if you have two pods that need different permissions, you could define two PVCs pointing to the same file share with different...
@seifrajhi you could create two PVs, each PV would have different mountOptions, and bound to different PVC, that should work. Make sure the `volumeHandle` value of your two PVs are...
then you could define two storage classes with different mountOptions