Deploy Persistent Volume Claims with the Linode Block Storage CSI Driver
Hi Linode Admins,
I follow the instructions here https://www.linode.com/docs/applications/containers/deploy-volumes-with-the-linode-block-storage-csi-driver/#apply-csi-driver-to-your-cluster
to deploy pvc for my kubernetes cluster but the pvc keep pending, this is my pvc status:
**
Name: pvc-example
Namespace: default
StorageClass: linode-block-storage
Status: Pending
Volume:
Labels: <none>
Annotations: kubectl.kubernetes.io/last-applied-configuration:
{"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{},"name":"pvc-example","namespace":"default"},"spec":{"access…
volume.beta.kubernetes.io/storage-provisioner: linodebs.csi.linode.com
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Mounted By: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal ExternalProvisioning 8s (x2 over 10s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "linodebs.csi.linode.com" or manually created by system administrator
**
Thanks for any advice.</none></none>
1 Reply
I worked on a similar Community post to this earlier today:
Setup example linode-blockstorage-csi
The post provides examples for setting up PVC and using it in a pod.