GCP dynamic Storageclass with kubernetes 1.24

Hi,

can anyone help me please, how to implement GCP dynamic Storageclass binding’s concept with kubernets (kubeadm)

I have already installed kubeadm in gcp. Now I looking GCP dynamic Storageclass.

I have already tried with couple example from online. but PVC is not binding Storageclass

Error = "kubelet Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[kube-api-access-fq4v5 data]: error processing PVC default/dynamic-pvc: PVC is not bound
"

Hello,

This resource help troubleshoot the volume mounting issue: Troubleshooting  |  Google Kubernetes Engine (GKE)  |  Google Cloud
This is a dynamic storage class in GCP reference: Persistent volumes and dynamic provisioning  |  Google Kubernetes Engine (GKE)  |  Google Cloud

Thanks,
Trung.