fnproject/fn

Support for OCI fss

flavius-dinu opened this issue · 0 comments

I have a use case in which I am trying to rsync two oci fss. In order to do this, I will first have to mount them in two directories on the container in which the function is running. This is not working due to the fact that I cannot control the container options, so I cannot add privileged=true.

Do you have any workaround available for this? Is there a possibility to add this feature or to add support directly for oci fss in oci fn?