Hi Jeff Mealo,
Thank You for the response.
Please check the api server logs errors if there are issues with the CSI driver's interaction with the API server; kubectl logs -f <kube-apiserver-pod-name> -n kube-system
Try to inspect snapshot controller logs for any errors related to snapshot operations:
kubectl get pods -n kube-system | grep snapshot-controller
kubectl logs -f <snapshot-controller-pod-name> -n kube-system
Please check below documentation for more information- https://github.com/kubernetes-csi/external-snapshotter/issues/346
If you have any queries, please do let us know, we will help you. If you find any logs, please share here, it will help us to investigate further.