Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

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

Open
0cwa opened this issue Jun 1, 2022 · 1 comment
Open

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

0cwa opened this issue Jun 1, 2022 · 1 comment

Comments

@0cwa
Copy link

0cwa commented Jun 1, 2022

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants