storj-thirdparty / velero-plugin

Velero object store plugin that is backed by Storj
Apache License 2.0
8 stars 3 forks source link

Error: Unable to locate plugin velero.io/tardigrade #19

Open 0cwa opened 2 years ago

0cwa commented 2 years ago

After installing I get a bunch of errors that all say something like: time="2022-06-01T04:39:42Z" level=error msg="Error getting backup store for this location" backupLocation=default controller=backup-sync error="unable to locate ObjectStore plugin named velero.io/tardigrade" logSource="pkg/controller/backup_sync_controller.go:175"

andy108369 commented 1 year ago

Had the same issue with velero helm-charts, solved by setting it in the initContainers as follows:

configuration:
  backupStorageLocation:
    bucket: <YOUR-BUCKET-NAME>
    name: default
    config:
      accessGrant: "<YOUR-STORJ-ACCESS-GRANT>"
  defaultVolumesToRestic: true
  provider: tardigrade
initContainers:
- image: storjlabs/velero-plugin
  name: tardigrade-velero-plugin
  volumeMounts:
  - mountPath: /target
    name: plugins