Hi Kusuma,
I have encountered this when I have no Persistent Volumes available and
do not have Dynamic Volume Provisioning enabled [1].
Could you check if you have any Persistent Volumes in your cluster?
> kubectl get pv
Could you also check if you have any Storage Classes defined?
> kubectl get storageclass
Thanks,
Elliott
[1]
https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/