Hello everyone, I continue to dive into kubernetes and Kasten
Deployed a new cluster, as a storage system - NetApp Ontap
Deployed Kasten and a simple application
I'm trying to make a backup, and the process freezes at the moment of Snapshotting Application Components and nothing happens after that. The task is not interrupted, there are no errors either
At the same time, he apparently does the snapshot himself successfully
korp@k8smaster:~$ kubectl get vs -n mysql
NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE
k10-csi-snap-wj6bljvrhrvzblpm false data-my-release-mysql-0 trident-snapshotclass snapcontent-634da5fe-9160-4af1-afb9-d0f9a546d2cd 6m53s
korp@k8smaster:~$ kubectl get vsc -n mysql
NAME READYTOUSE RESTORESIZE DELETIONPOLICY DRIVER VOLUMESNAPSHOTCLASS VOLUMESNAPSHOT VOLUMESNAPSHOTNAMESPACE AGE
snapcontent-634da5fe-9160-4af1-afb9-d0f9a546d2cd Delete csi.trident.netapp.io trident-snapshotclass k10-csi-snap-wj6bljvrhrvzblpm mysql 6m58s
Help me figure out where to start looking. Without a clear error, it's hard for me to figure out what's wrong
Kubernetes Version Check:
Valid kubernetes version (v1.21.14) - OKRBAC Check:
Kubernetes RBAC is enabled - OKAggregated Layer Check:
The Kubernetes Aggregated Layer is enabled - OKCSI Capabilities Check:
Using CSI GroupVersion snapshot.storage.k8s.io/v1 - OKValidating Provisioners:
csi.trident.netapp.io:
Is a CSI Provisioner - OK
Storage Classes:
basic
Valid Storage Class - OK
Volume Snapshot Classes:
trident-snapshotclass
Has k10.kasten.io/is-snapshot-class annotation set to true - OK
Has deletionPolicy 'Delete' - OKValidate Generic Volume Snapshot:
Pod created successfully - OK
GVS Backup command executed successfully - OK
Pod deleted successfully - OK