You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
):helm list -n <YOUR NAMESPACE>
):kubectl version
):/etc/os-release
): Debian 12The text was updated successfully, but these errors were encountered: