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
I'm installing velero 1.13.1 using Helm chart and I getting error "An error occurred: backupstoragelocations.velero.io "default" not found". Also I don't see node agents are showing up.
Below is the command that I used to install in my AKS cluster.
This won't work when you install Velero without a BSL in the helm values. We have a setup where we install Velero first and configure the BSL later. When upgrading to 6.0.0, Velero no longer starts because there's no BSL present in the cluster. Any workarounds?
I'm installing velero 1.13.1 using Helm chart and I getting error "An error occurred: backupstoragelocations.velero.io "default" not found". Also I don't see node agents are showing up.
Below is the command that I used to install in my AKS cluster.
helm install velero vmware-tanzu/velero
--namespace velero --create-namespace
--set-file credentials.secretContents.cloud=./credentials-velero-prod
--set configuration.backupStorageLocation[0].name=azure
--set configuration.backupStorageLocation[0].provider=azure
--set configuration.backupStorageLocation[0].bucket=storagebackupname
--set configuration.backupStorageLocation[0].config.region=westus
--set configuration.backupStorageLocation[0].config.resourceGroup=rgname
--set configuration.volumeSnapshotLocation[0].name=storageaccountname
--set configuration.volumeSnapshotLocation[0].provider=azure
--set configuration.volumeSnapshotLocation[0].provider=azure
--set configuration.volumeSnapshotLocation[0].config.region=westus
--set initContainers[0].name=velero-plugin-for-microsoft-azure
--set initContainers[0].image=velero/velero-plugin-for-microsoft-azure:master
--set initContainers[0].volumeMounts[0].mountPath=/target
--set initContainers[0].volumeMounts[0].name=plugins
--set snapshotsEnabled=true
--set use-node-agent=true
Can some one help me to fix the issue
The text was updated successfully, but these errors were encountered: