Having issues with velero backing up in azure cloud. #5822
Unanswered
dineshkumar-23
asked this question in
Community support Q&A
Replies: 1 comment
-
|
@dineshkumar-23 can you try using: AZURE_CLOUD_NAME=AzurePublicCloud |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am using velero helm chart deployed in my cluster through argocd manifest with azure backup configurations. I have the following deployment.yaml file.
I created the secret as per the documentation with the following method
kubectl create secret generic -n velero azure-credentials --from-file=cloud=credentials-veleroI have the following error showing up in the velero pod logs.
My cloud name when running the command
az loginand after logging in gives out a json where it is mentioned as"cloudName": "AzureCloud".So I am not making any mistake there. Does velero azure plugin support this cloud name? or Am i making any mistake in the deployment file? I am not sure.
So it would be really helpful if someone has already experienced this and solved the issue and successfully backed up in azurecloud could suggest me a solution for this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions