Skip to main content

other components like granafa also have this issue

We use rook-ceph as storage class

Hi @ho.tomwk Thank you for posting the question here.

Snapshotting application component phase creates a CSI snapshot in your cluster and it waits for it be readyToUse.

Would you be able to list the volumesnapshots in the application namespace and see if says readyToUse: false

The below command would give you an idea on the status of the snashot.

 

kubectl get volumesnapshots -n jenkins-test


Thanks,

Seems not readyToUse: false

 


Still not working

checked, there is not readyToUse: false

Annotations:

  k10.kasten.io/is-snapshot-class=true is already used in VolumeSnapshotClass

according to following URL

 

 

 


Comment