Discover Packages
github.com/ecatlabs/velero-plugin
command
module
Version:
v0.0.0-...-7d4058b
Opens a new window with list of versions in this module.
Published: May 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
velero-plugin
Longhorn plugin for Velero. To take snapshots of Longhorn volumes through Velero you need to install and configure the Longhorn VolumeSnapshotter plugin.
Installation
Create a VolumeSnapshotLocation CR for Longhorn VolumeSnapshotter
apiVersion: velero.io/v1
kind: VolumeSnapshotLocation
metadata:
name: longhorn
namespace: velero
spec:
provider: longhorn.io/longhorn
or
velero snapshot-location create longhorn \
--provider longhorn.io/longhorn
Add Longhorn plugin to Velero server
velero plugin add quay.io/jenting/velero-plugin:main \
--image-pull-policy Always
Create Backup
velero backup create <backup-name> \
--volume-snapshot-locations longhorn
Delete Backup
velero backup delete <backup-name>
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
pkg
Click to show internal directories.
Click to hide internal directories.