error unable to decode disk's description as JSON #3251
-
What steps did you take and what happened: What did you expect to happen: The output of the following commands will help us better understand what's going on:
Anything else you would like to add: The error message doesn't appear to be backup failure as it sounds like the disk snapshot is still being created, but the backup status says Environment:
Vote on this issue! This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The output of the following commands will help us better understand what's going on:
|
Beta Was this translation helpful? Give feedback.
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
kubectl logs deployment/velero -n velero
velero backup describe <backupname>
orkubectl get backup/<backupname> -n velero -o yaml
velero backup logs <backupname>
velero restore describe <restorename>
orkubectl get restore/<restorename> -n velero -o yaml
velero restore logs <restorename>