Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to set default backup storage location at server start #619

Open
maxwassiljew opened this issue Sep 17, 2024 · 0 comments
Open

Failed to set default backup storage location at server start #619

maxwassiljew opened this issue Sep 17, 2024 · 0 comments

Comments

@maxwassiljew
Copy link

What steps did you take and what happened:

After installing Velero, I checked the logs and noticed the following warning:

time="2024-09-17T11:14:04Z" level=warning msg="Failed to set default backup storage location at server start" backupStorageLocation=default error="backupstoragelocations.velero.io \"default\" not found" logSource="pkg/cmd/server/server.go:492"

In an attempt to resolve this, I tried setting the defaultBackupStorageLocation in the Helm values using the following approaches:

defaultBackupStorageLocation:
defaultBackupStorageLocation: ""
defaultBackupStorageLocation: null

My goal was to include the following line in the Velero deployment:

--default-backup-storage-location=

What did you expect to happen:

I expect that

--default-backup-storage-location=

is set when I specify the value

defaultBackupStorageLocation:

Environment:

  • helm version (use helm version):
  • helm chart version and app version (use helm list -n <YOUR NAMESPACE>):
#  this is what i specify in argocd application.yaml
  - repoURL: 'https://vmware-tanzu.github.io/helm-charts'
    chart: velero
    targetRevision: 7.2.1
  • Kubernetes version (use kubectl version):
Client Version: v1.29.5
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.5+k3s1
  • Kubernetes installer & version: k3s
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): Debian 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant