commit 53203078833122cf1544e4145bf12ecec4e7d097 Author: Sheng Yang <sheng.yang@rancher.com> Date: Sun Dec 6 10:25:22 2020 -0800 deploy: add iscsi deploy helper Signed-off-by: Sheng Yang <sheng.yang@rancher.com> Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
14 lines
432 B
YAML
14 lines
432 B
YAML
apiVersion: snapshot.storage.k8s.io/v1beta1
|
|
kind: VolumeSnapshotContent
|
|
metadata:
|
|
name: test-existing-backup
|
|
spec:
|
|
volumeSnapshotClassName: longhorn
|
|
driver: driver.longhorn.io
|
|
deletionPolicy: Delete
|
|
source:
|
|
# NOTE: change this to point to an existing backup on the backupstore
|
|
snapshotHandle: bs://test-vol/backup-625159fb469e492e
|
|
volumeSnapshotRef:
|
|
name: test-snapshot-existing-backup
|
|
namespace: default |