I am creating persistent volume with capacity of 50Mi in minikube. Pod claims it But when size of content increases beyond 50Mi and no error. Is there issue with kubernetes or minikube.? or this is because I am not using fixed sized volume i-e (azure disk etc.)
This is not an error, this is by design. These PVs in minigube are larger and kubernetes is not responsible in any way for setting storage quotas. A larger PV fulfills smaller PVC minimum requirements, that's it.