ReadWriteMany in k3s with nginx ingress controller

Hello Experts,

We have a existing application getting deployed in k8s and we are trying to deploy the same in k3s on a ubuntu VM along with nginx ingress controller.

We have a PVC shared across and it uses ReadWriteMany access mode. For that particular PVC, status is Pending. POD is in pending state.

Im using k3s version v1.17.14+k3s3 (b3079b79) right now. Does higher versions support ReadWriteMany.
Im using local path for storage. Does it have any implications for ReadWriteMany?

Please suggest how do we move forward.

Regards,
Sudhindra

Any suggestions on this one?