Hello,
I have a k8s cluster running on top on VMWare infrastructure.
VMWare CSI (csi.vsphere.vmware.com) is installed and is working correctly.
I have installed too the volumesnapshotclass with the controller on top of csi.vsphere.vmware.com CSI driver as described here: https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/docs/book/features/volume_snapshot.md
The volumesnapshotclass is working well; I can snapshot PVC and restore them as well without problem.
But Kasten refuses to use the volumesnapshotclass.
For instance, running preflight tool:
$ ./k10tools primer csi-cluster-check
CSI Capabilities Check:
Skipping, K10 does not use CSI snapshots for vSphere
Is it possible to say to Kasten: I know I am in a vSphere environment, but please just use volumesnapshotclass to backup the PVC?
Many thanks for your help