In order to expand and dynamically resize PVC, the underlying system should supp . . .

Gokboru:
In order to expand and dynamically resize PVC, the underlying system should support the appropriate StorageClass. How can I check what kind of provisioner are supported on the cluster ? Is there any command for it?

For example: If i want to check if the cluster supports which provisioners like glusterfs below ?

provisioner: <http://kubernetes.io/glusterfs|kubernetes.io/glusterfs>

Mohamed Ayman:
The persistent volume will be created in the specified provisioner like Google Cloud or AWS, Check this:
https://kubernetes.io/docs/concepts/storage/storage-classes/|https://kubernetes.io/docs/concepts/storage/storage-classes/