maorfr / helm-backup

Helm plugin which performs backup/restore of releases in a namespace to/from a file
Other
83 stars 18 forks source link

No Auth Provider found for name "azure" #2

Closed devteng closed 5 years ago

devteng commented 5 years ago

Hi, I ran into this on Windows 10 using git-bash for Azure's AKS

$ helm backup svfb --tiller-namespace svfb 2018/11/29 16:00:20 No Auth Provider found for name "azure" Error: plugin "backup" exited with error

How do I enable debug? This message coming from Kube or Helm is vague.

maorfr commented 5 years ago

This is coming from kube. I'll add a fix for it.

maorfr commented 5 years ago

Hey @devteng,

I added a fix. can you remove and re-install the plugin and see how it goes? also added some log messages ;)

devteng commented 5 years ago

Looks good!! Thank you for the fix! Both backup and restore works perfect.

maorfr commented 5 years ago

Glad to hear. Enjoy ;)