The CSI snapshot feature is enabled but remains in a “Not Ready” state for the cluster.
VMware Tanzu Mission Control
The snapshot feature requires manual installation of the necessary Custom Resource Definitions (CRDs) and the snapshot controller. The following components are likely missing:
kubectl get volumesnapshotclass returns an error stating that the server does not have a resource type “volumesnapshotclass”.kubectl get crds | grep volumesnapshot should output the following if the snapshot components are installed:
kubectl get pods -n kube-system | grep snapshot. If the output is empty, the snapshot controller is not installed.kubectl get volumesnapshotclass.