Is it possible to create persistent volume on slave node

I have created PVs in my master node for all the pods. But i want to know if we can create PV in slave node so that if the storage is not enough in a single node(master node) then i can use other nodes(slave nodes). Does anyone know about it?

How are you creating the PVs, NFS or something else?

I am creating the persistent volume on my local machine by specifying the hostpath

You should be able to do that then if you have access to the nodes. You may want to looking into something like openEBS, portworx, or rook if you want a more native solution.

Will look into it. Thank you.