Skip to content

Instantly share code, notes, and snippets.

@nrb
Created May 6, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/cec05294dad1a572e4a1fbcfa764cf88 to your computer and use it in GitHub Desktop.
Save nrb/cec05294dad1a572e4a1fbcfa764cf88 to your computer and use it in GitHub Desktop.
---
kind: DownloadRequest
apiVersion: velero.io/v1
metadata:
name: snapshot-request
namespace: velero
spec:
target:
kind: BackupVolumeSnapshots
# name here is the backup name
name: before-show
kubectl get downloadrequest/snapshot-request -n velero -o jsonpath="{.status.downloadURL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment