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
Hi,
You have to add the import of azure plugin on kube.go, like my case where I have to connect with oidc Auth Provider.
Please check here : https://github.com/ahmedjami/skbn/blob/master/pkg/skbn/kube.go#L16
You have to replace _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
With _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
And build your project
Hope this help!
Trying to copy file from kubernetes pod to azure storage. But facing the above issue.
The text was updated successfully, but these errors were encountered: