velero-plugin

command module
v0.0.0-...-7d4058b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

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

  1. 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
    
  2. 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>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL