Created
May 6, 2020 17:55
-
-
Save nrb/cec05294dad1a572e4a1fbcfa764cf88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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