Typically to get dynamic provisioning to work you just have to make a storageclass the default storage class and dynamic provisioning happens automatically. If you don't want to make it the default storage class you just have to put storageClassName in your PVC and that should do it as well.