vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.45k stars 1.37k forks source link

The default uploader type in Velero install not consistent with Velero server command #7673

Closed qiuming-best closed 2 months ago

qiuming-best commented 3 months ago

Describe the problem/challenge you have

Describe the solution you'd like

If a user does not specify the uploader type in Velero install command when installing the default uploader would be Kopia, If a user does not specify the uploader type in Velero Helm chart when installing the default uploader would be Restic.

The reason is the default uploader type in Velero install is Kopia, while the default uploader type in Velero server is Restic.

Anything else you would like to add:

Environment:

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

reasonerjt commented 3 months ago

The default value on server code is for compatibility with CRs created by older version.

qiuming-best commented 2 months ago

The setting for uploader in velero server has two entries

  1. Velero install
  2. helm chart For both velero install and helm chart the default uploader type is kopia, so we may not need to make changes.