-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Azure AKS support #1
Comments
Hey @velvia, I'm glad you like it. I think It is a known issue of the underlying lib used to communicate with K8s. Could you please check this issue out? kube-rs/kube#238 |
Hmmm… it’s not clear to me, that issue was closed, does it mean it is now resolved?
… On Apr 18, 2021, at 11:41 PM, Furkan Türkal ***@***.***> wrote:
Hey @velvia <https://github.com/velvia>, I'm glad you like it. I think It is a known issue of the underlying lib used to communicate with K8s. Could you please check this issue out? kube-rs/kube#238 <kube-rs/kube#238>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIDPW2YLNQBI2VMFTLSZ5LTJPGBNANCNFSM43E2GZGA>.
|
I'm not sure exactly, but maybe you did misconfigure your kubeconfig? |
No it’s not the kubeconfig, the exception clearly states that azure authentication is not yet supported.
… On Apr 19, 2021, at 6:42 AM, Furkan Türkal ***@***.***> wrote:
I'm not sure exactly, but maybe you did misconfigure your kubeconfig?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIDPW6XEWV6HALX7D2Q6JDTJQXMBANCNFSM43E2GZGA>.
|
Hey @clux, sorry for pinging, have you any ideas here? Azure auth method is falling this line, I guess. Have you any idea why azure is commented out? |
Ah, I think that might be due to a bigger refactor around oauth, sorry :( We never technically implemented the auth providers right until recently, but I guess it kind of worked anyway. I have opened an issue on our end. Thanks for the heads up. You can bypass oauth flow by doing service-account style auth. Maybe that's why people have not complained before 🤔 |
This is an awesome project! Would love if azure support could be added. If I had lots of time could potentially help here.
The text was updated successfully, but these errors were encountered: