Problem
Cause
Solution
- Connect to your cluster with kubectl.
- Retrieve the details about the backup operation, for example:
kubectl exec -it deploy/velero -n velero -- /velero describe backup my-backup-name --details
- Check the velero pod logs, for example:
kubectl -n velero logs velero-pod-name | grep my-backup-name