Pvc fails to bind

Hi, am attempting the below challenge:
https://kodekloud.com/topic/kubernetes-challenge-4/
and am ending up with below error. Please help me to understand what is this problem about and resolution.

root@controlplane ~ ➜  k describe pvc data-redis-cluster-0 
Name:          data-redis-cluster-0
Namespace:     default
StorageClass:  
Status:        Pending
Volume:        
Labels:        app=nginx
Annotations:   <none>
Finalizers:    [kubernetes.io/pvc-protection]
Capacity:      
Access Modes:  
VolumeMode:    Filesystem
Used By:       redis-cluster-0
Events:
  Type    Reason         Age                   From                         Message
  ----    ------         ----                  ----                         -------
  Normal  FailedBinding  2m16s (x82 over 22m)  persistentvolume-controller  no persistent volumes available for this claim and no storage class is set

Hi @pavan130980

You must create the data directories on node01 before the PVCs will bind