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
Will look into it. Thank you.