Hi all,
I am trying to cassandra, I was following the steps mentioned in the link.
I am getting am getting below error, " PersistentVolumeClaim Failed to provision volume with StorageClass “px-storageclass”"
Cn anybody help me out with this issue.
Thanks,
Manoj.
Alex
2
@Manoj_Chandran could you please let us know what step failed?
Also, can you post here the output of:
kubectl describe pvc pvcname
where “pvcname” is the name of the PersistentVolumeClaim that is failing.
You can get all pvcs with this command if needed:
kubectl get pvc